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's:

Former Member
0 Likes
447

Hi Experts,

i have a requirment like i need to upload the flat file using Bapi's.. for t-code co11.

So what bapi's i need to use and please help me ,how we upload using bapi's . give me a core idea.

correct answers will be rewarded.

Regards,

Sunita.

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
399

Hi ,

first this is u need to upload data from the flatfile to internal tables using FMs like GUI_UPLOAD ( see the documentation )

then u have use BAPI to create Production Order Confirmation by using that data.

BAPI_PRODORDCONF_CREATE_TT

or

BAPI_PRODORDCONF_CREATE_TE

or

Tcode BAPI->PP->Production Orders--> Confirmations --->see list of BAPIS

regards

Prabhu

2 REPLIES 2
Read only

bpawanchand
Active Contributor
0 Likes
399

Hi

Regards

Pavan

Read only

Former Member
0 Likes
400

Hi ,

first this is u need to upload data from the flatfile to internal tables using FMs like GUI_UPLOAD ( see the documentation )

then u have use BAPI to create Production Order Confirmation by using that data.

BAPI_PRODORDCONF_CREATE_TT

or

BAPI_PRODORDCONF_CREATE_TE

or

Tcode BAPI->PP->Production Orders--> Confirmations --->see list of BAPIS

regards

Prabhu