2015 Dec 23 8:52 AM
hi,
I am using bapi_alm_notif_create to generate notification number by passing material number , serial number and short description along with notification type. But the notification number getting generated is some garbage value (%00000001).can any one tell me y I am facing this issue.
while executing in se37 also I am getting same value please tell me where I am going wrong.
Message was edited by: Matthew Billingham - I've changed your subject to something more meaningful.
2015 Dec 23 8:55 AM
Hi,
this carbage value looks like a temporary value for the key. That means, when SAP will save the value, it will used the NUMBER_GET_NEXT function to get the next number available for your object.
After this, the garbage value will be replaced.
do you try to save your data and make a commit ?
regards
Fred
2015 Dec 23 8:55 AM
Hi,
this carbage value looks like a temporary value for the key. That means, when SAP will save the value, it will used the NUMBER_GET_NEXT function to get the next number available for your object.
After this, the garbage value will be replaced.
do you try to save your data and make a commit ?
regards
Fred
2015 Dec 23 9:39 AM
2015 Dec 23 9:07 AM
When testing this FM you must use three BAPIs in a test sequence:
Also you should change your post title for something more informative
Regards,
Raymond
2015 Dec 23 12:34 PM
Raymond Giuseppi wrote:
...
Also you should change your post title for something more informative
Moderator message: what Raymond says. Failure to use a meaningful subject will mean you run the risk of your message being rejected.