2012 Dec 21 7:27 PM
hi, in my fi posting through bapi it showing the documnet has been successfully posted but it doesn't showing the documnet number,please provide the solution.
2012 Dec 26 3:05 PM
Hi
Read the table RETURN with message type S id RW and number 605, you must have the FI document number with this structure
| belnr = return-message_v2(10). | |
| bukrs = return-message_v2+10(4). | |
| gjahr = return-message_v2+14(4). |
I hope this helps you
Regards
Eduardo
2012 Dec 21 7:33 PM
2012 Dec 21 7:55 PM
hello,
Check if you rae using FM 'BAPI_TRANSACTION_COMMIT' after your BAPI call.
best regards,
swanand
2012 Dec 22 5:36 AM
yes , i have also done the 'BAPI_TRANSACTION_COMMIT' after bapi post..still it's not showing the documnet number, but in table the documnet number is showing which is identified by username ,date of posting, doc date and time.
2012 Dec 26 3:05 PM
Hi
Read the table RETURN with message type S id RW and number 605, you must have the FI document number with this structure
| belnr = return-message_v2(10). | |
| bukrs = return-message_v2+10(4). | |
| gjahr = return-message_v2+14(4). |
I hope this helps you
Regards
Eduardo
2012 Dec 28 8:55 PM
FOR GETTING THE DOC. NUMBER WE HAVE TO PASS THE OBJ TYPE ,OBJ KEY KEY AND OBJ SYS EMPTY IN HEADER OTHERWISE IT WILL TAKE THE OBJTYPE AS A DOC. NUMBER WHICH WE HAVE PASSING IN THE HEADER TABLE