Application Development and Automation Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

bapi for network confirmation

Former Member
0 Likes
884

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

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
652

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

2 REPLIES 2
Read only

Former Member
0 Likes
653

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

Read only

0 Likes
652

Thanks J.K

i have executed the 2 BAPIs in sequence in test sequence in se 37 which solved my problem