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

table control in BAPI

Former Member
0 Likes
488

HI ,

WHEN IAM TRANSFERING PO DATA FROM FLAT FILE TO SAP SYSTEM ,

USING BAPI HOW CAN I HANDLE TABLE CONTROL .

ANY HELP IS ACCEPTED.

REGARDS,

SRINATH.

3 REPLIES 3
Read only

RaymondGiuseppi
Active Contributor
0 Likes
434

What is exactly your problem, if you use BAPI, there are no table control as in session method, just parameters and internal tables.

Regards

Read only

0 Likes
434

HI THANKS FOR RESPONDING,

actually when u upload 5 material in 1 PO ,it is difficult in session method and call transaction, this thing how can we handle in BAPI.

REGRADS

SRINATH

Read only

0 Likes
434

Look at this , here you will find a small sample program using BAPI_PO_CREATE to create a purchase order from a uploaded file.

Regards