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

Searching for BAPI

Former Member
0 Likes
817

Hi All,

I am looking for a bapi which performs the same functionality as Tcode fpe1 (post document in FICA).

Is there a general procedure on how to go about searching for a Bapi which corresponds to a particular transaction or object.

Regards

MM

7 REPLIES 7
Read only

Former Member
0 Likes
745

hi

run thru ur transaction ...get the program name and goto -> attributes ...get the package name and

then open se37..press f4...click on information system...enter the package it'll list u all the bapis...else u can also make use of sap applications...

reward points if it helps

gunjan

Read only

0 Likes
745

Thanx for ur quick responses guys .. I used ganjan 's idea and it's very helpful.

Read only

venkat_o
Active Contributor
0 Likes
745

Hello MM ,

U can do one thing for this T.code FB01(Document post).

<b>1</b>. Go to T.code BAPI.

<b>2</b>. T.code is related to FICO. Check under

Financial accounting and Controlling.

Sure u will get BAPI there for this T.code.

<b>Thanks,

Venkat.O</b>

Read only

former_member480923
Active Contributor
0 Likes
745

Hi

Thsi might help.......

get the busines object for the TCode or application -> Go to SWO1 -> in the method section you can get aBAPI information that does the similar job

Hope it helps

Anirban

Read only

Former Member
0 Likes
745

Hi,

Can u plesase tell me the details. Whats the tcode?

Is it a GL/AP/AR module?

Regards,

Bharadwaj

Read only

0 Likes
745

Did you try BAPI_ACC_DOCUMENT_POST?

Regards,

Suresh Datti

Read only

0 Likes
745

The Tcode is fpe1.. is part of FICA( Financial Accounting and Contract Accounts) in IS Utilities..I did manage to find the BAPI name(BAPI_CTRACDOCUMENT_CREATE) for posting documents in FICA using gunjan's idea..

Thanks all for your help.

Regards

MM