‎2007 Apr 25 3:25 PM
I got a requirement that to upload details of procurement into Z table with a temporary PR. Could u please suggest the procedure or bapi to upload datainto Z table.
Regards
‎2007 Apr 25 3:30 PM
You will not have any BAPIs to upload Custom tables.
YOu can directly use the following statements to update the z table.
get the data into your internal table.
modify ztable from table itab.
commit work.
‎2007 Apr 26 4:23 AM
Hi all
For above requirement i am suppose to develop a FM which upload the data from front end to DB. Forthat I am taking following steps is it ok or not suggest me.
1.call function module bapi_pr_create
2.fill local structure with bapi structure if PR number is created.
3.update data into Z table
Regards
‎2007 Apr 26 7:17 AM
‎2007 Apr 25 3:38 PM
Hi Ravi,
You cant upload the data into Ztables from standard BAPIs, go ahead by INSERT or UPDATE or MODIFY statements.
Cheers,
Basha