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

NEW IN BAPI HELP REQUIRED

Former Member
0 Likes
439

HI I NEVER DID BAPI , AIM DOING AS UPLOAD PROG FOR AS91 SO GOT BAPI BAPI_FIXEDASSET_OVRTAKE_CREATE

I DONT KNOW HOW TO USE IT IF ANYBODY HAS A SAMPLE CODE OF BDC AS91 USING BAPI THEN PLS PLS PLS PLS PLS PLS

HELP ME WITH IT

REGARDS

FARUKH

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
419

Hi Farukh,

Genarally we use either BAPI or BDC to upload data. so if u r thinking of uploading using bapi, then u can follow the below procedure.

Calling BAPI is like calling a FM, identify input parmaters which are mandatory, fill ur internal table from flat file.

Loop at internal table call the BAPI in by mapping corresponding fields of internal table.

Hope this is clear.

Hi Farukh,

Genarally we use either BAPI or BDC to upload data. so if u r thinking of uploading using bapi, then u can follow the below procedure.

Calling BAPI is like calling a FM, identify input parmaters which are mandatory, fill ur internal table from flat file.

Loop at internal table call the BAPI in by mapping corresponding fields of internal table.

Hope this is clear.

1 REPLY 1
Read only

Former Member
0 Likes
420

Hi Farukh,

Genarally we use either BAPI or BDC to upload data. so if u r thinking of uploading using bapi, then u can follow the below procedure.

Calling BAPI is like calling a FM, identify input parmaters which are mandatory, fill ur internal table from flat file.

Loop at internal table call the BAPI in by mapping corresponding fields of internal table.

Hope this is clear.