2013 Dec 16 7:21 AM
I have created PR using CALL FUNCTION 'BAPI_PR_CREATE' but those PR is not exist in ME53n .
2013 Dec 16 8:02 AM
Beyond the paradox contained in your sentence, did you
Regards,
Raymond
2013 Dec 16 7:23 AM
Please use4 BAPI_TRANSACTION_COMMIt after the sucessful call
2013 Dec 16 7:30 AM
hi,
Use this call function to get create pr.
call function 'BAPI_TRANSACTION_COMMIT'
exporting
wait = 'X'.
Regards,
Gopi
2013 Dec 16 7:42 AM
Hi Vinoth,
Note that after executing BAPI_PR_CREATE method, you must execute the function module BAPI_TRANSACTION_COMMIT, so that the data is written to the database.
For more information,Go through the FM documentation.Revert back if still the issue exists after making necessary change in your program.
Thanks
KH
2013 Dec 16 8:02 AM
Beyond the paradox contained in your sentence, did you
Regards,
Raymond
2013 Dec 16 8:58 AM
2013 Dec 16 9:07 AM
2013 Dec 16 9:40 AM
hi nabheet,
if it not possible to create in bapi we can create using bdc using transcation method.however our requirement want to complete. i just suggest another way to him.
2013 Dec 16 9:59 AM
Hi Gopi,
another BAPI is available to create the PR BAPI_REQUISITION_CREATE
2013 Dec 16 10:07 AM
hi vinod,
Me51n is PR creation transaction code.
you can USE PR creation through BAPI,
'BAPI_PR_CREATE'
after creation PR your mandatory do the Commit work through FM
BAPI_TRANSACTION_COMMIT
After you can Check in ME53n.
In me53n Dont display means your giving data may be wrong..
so at that time u can debug u will find the problems..
Y iam saying like this Yesterday i am also facing same probelm...but now iam solve the issue.
i think this is helpful for you.
All the best.
2013 Dec 16 10:51 AM
hi kiran,
s using that bapi also we can create pr. i just suggesting him there is another way also.
Regards,
Gopi
2013 Dec 16 11:04 AM
Hi Gopi
No offence..Yes you can do it that way also..but it is always good practice to first search for what is the reason why BAPI is not working... It will work in almost all the cases for most of the things..Because if some error is coming then even BDC will also throw the same...
I believe BAPI's are anyday better than BDC.
Nabheet