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 for ME51 problem

Former Member
0 Likes
602

Hi Techies,

I am using BAPI_REQUISITION_CREATE to create PRs in 4.6c Version. When I give all the mandatory data correctly and execute the FM individually in se37 its giving the PR no: . But, when I check in me51 or eban t-code giving error PR no: doesnot exist.

Kindly tell me what is the wrong am doing.

Thanks.

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
537

HI

When u run through the SE37. Record will not create. Since once after the BAPI had executed.

U must do the Commit work. With out this record will not update in data base.

Regards,

Raghu.

3 REPLIES 3
Read only

Former Member
0 Likes
538

HI

When u run through the SE37. Record will not create. Since once after the BAPI had executed.

U must do the Commit work. With out this record will not update in data base.

Regards,

Raghu.

Read only

Former Member
0 Likes
537

Hi,

After BAPI execution . there should be BAPI commit . in your case there is now commit work statment . hence your getting this problem.

~linganna

Read only

Former Member
0 Likes
537

Thank You