‎2009 Dec 22 11:51 AM
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.
‎2009 Dec 22 11:54 AM
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.
‎2009 Dec 22 11:54 AM
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.
‎2009 Dec 22 12:15 PM
Hi,
After BAPI execution . there should be BAPI commit . in your case there is now commit work statment . hence your getting this problem.
~linganna
‎2009 Dec 22 1:44 PM