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

problem with bapi to create purchase requisition

Former Member
0 Likes
601

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

4 REPLIES 4
Read only

Former Member
0 Likes
565

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.

Read only

0 Likes
565

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

Read only

0 Likes
565

HI

Read only

Former Member
0 Likes
565

Hi Ravi,

You cant upload the data into Ztables from standard BAPIs, go ahead by INSERT or UPDATE or MODIFY statements.

Cheers,

Basha