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

BAPI

former_member386202
Active Contributor
0 Likes
369

Hi,

Could you please tell me how to use BAPI "BAPI_FIXEDASSET_OVRTAKE_CREATE" for Asset COnversion??

Please give me code.

Thanks,

Prashant

2 REPLIES 2
Read only

Former Member
0 Likes
346

Hi,

The BAPI BAPI_FIXEDASSET_OVRTAKE_CREATE has got good documentation. You may take it in transaction SE37 and check Function Module Documentation.

You will get the required data.

Regards,

Renjith Michael.

Read only

Vijay
Active Contributor
0 Likes
346

hi,

1. in your code click the pattern button on to the screen .

2. check the FM radio button and enter yor bapi name

i.e. 'BAPI_FIXEDASSET_OVRTAKE_CREATE'

3. the FM will appear on to your coding screen..

4. pass on the required input parameters , export parameters and tables.

5 remember one thing the parameters u will pass should be of the same type

as in the bapi itself and that u can check by double clicking the bapi and

check the type in import , export and table parameters.

regards

vijay