‎2014 Sep 17 11:03 AM
Hello ABAPers,
When I was debugging my program I came across this.
The internal table given at BAPI_PS_PRECOMMIT gave out this.
However, when I go to cj20n transaction I could find my Project Created !!
What is the meaning/reason behind ?
Thanks
‎2014 Sep 17 12:09 PM
‎2014 Sep 17 11:58 AM
It is an information message, so it does not mean anything went wrong. Details fo this message I don't know, but I wouldn't worry about it.
‎2014 Sep 17 12:02 PM
Hi Peter,
So you would recommend continuing with BAPI_TRANSACTION_COMMIT not worrying about that message ?
‎2014 Sep 17 12:02 PM
Hi,
If you are using pre commit in you program else use that then check the sy-subrc = 0, if success user bapi commit work. Hope this will helpful to you.
Regards,
Joven.
‎2014 Sep 17 12:11 PM
‎2014 Sep 17 12:31 PM
The type of the message according to your screenshot is I (Information), therefore since it is not an E message (Error) and not even W (Warning) YES I would do a BAPI_COMMIT.
‎2014 Sep 17 12:09 PM
‎2014 Sep 17 12:11 PM
Hi Raymond,
Thanks for your answer. And Yes, I dont have any WBS under that project.
‎2014 Sep 17 12:35 PM