Application Development and Automation Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

Create a BAPI for T-Code FBV0(Post Parking Document)

Former Member
0 Likes
1,827

Hello Experts,

I need to create a BAPI for the T-code FBV0(Post Parking Document). Please help me with a sample code.

Thanks,

Suma

7 REPLIES 7
Read only

Former Member
0 Likes
1,094
Read only

Former Member
0 Likes
1,094

Hello Experts,

How can I find out what are all the functional modules that are used in the T-Code. At least by that way we can know what FM's are to be called in to BAPI.

Thanks,

Suma

Read only

Former Member
0 Likes
1,094

Hi ,

no need to create a new BAPI , try this

regards

Prabhu

Read only

Former Member
0 Likes
1,094

Hi,

You have to get the package of the Tcode. Go to Se93-> provide the transaction code -> display -> get the package-> go to se80 -> provide the package name and get the Bapis associated with it.

You can also go to the transaction BAPI and find the same.

Thanks

Papiya

Read only

Former Member
0 Likes
1,094

Hello There.

I would like to suggest my opinion,

To know the Function module for a particular Transaction,

1. Table TSTC gives the Program name for a particular transaction.

There are includes which contain (say) "Global data" and "Function modules".

2. To get BAPI function modules, Transaction BAPI is the most powerfull solution for any module.

One more thing, to be kept in mind while creating a BAPI is to create a function module and make it RFC enabled.

BAPIs are nothing but RFC enabled function modules.

Hope that's usefull.

Good Luck & Regards.

Harsh Dave

Read only

Former Member
0 Likes
1,094

Resolved....

Read only

0 Likes
1,094

Hi Suma,

How u solve the problem . Can u send the process for me. I think ur inputs are valuable for me now. Please send the process.

Thanks,

Satish