‎2006 Feb 10 8:46 AM
Hi all,
I am using BAPI_NETWORK_CONF_ADD to confirm actual duration against the network/activity. I am executing the BAPI in se 37 and I am getting successfully message i.e. confirmation has been posted for network xxxxxxxxxxx .
But it is not updated into database i.e. its is not visible in table AFRU.
Please can you tell what are necessary parameters to be passed for database updation?
Thanks,
Sridhar
‎2006 Feb 10 9:00 AM
Hi Sridhar,
Try in a simple program by passing your values into this BAPI and use the BAPI_TRANSACTION_COMMIT after that and it will update the tables.
Cheers
JK
PS: Award points if this helps you
‎2006 Feb 10 9:00 AM
Hi Sridhar,
Try in a simple program by passing your values into this BAPI and use the BAPI_TRANSACTION_COMMIT after that and it will update the tables.
Cheers
JK
PS: Award points if this helps you
‎2006 Feb 10 12:25 PM
Thanks J.K
i have executed the 2 BAPIs in sequence in test sequence in se 37 which solved my problem