cancel
Showing results for 
Search instead for 
Did you mean: 

Refresh NWBC from Backend

Former Member
0 Kudos

Hello,

is there any FM or a way to refresh NWBC from WDA ?  and how to do this?

or just how to refresh WD Application from Backend?

problem that i have is? I am suing the FM 'HR_INFOTYPE_OPERATION' for deleting entries, and this working only first time, but second time i have to refresh the Application,  after the FM 'HR_INFOTYPE_OPERATION' i am using the FM CATS_APPROVAL also.

things are not working good because of enqueue, dequeue and 'BAPI_TRANSACTION_COMMIT' ., but as describe, it works fine the first time, sometimes 3 times it works fine, but then i need to refresh the application.

i will be very happy of any kinde of help.

Thank you all.

Regards

Accepted Solutions (0)

Answers (1)

Answers (1)

former_member197475
Active Contributor
0 Kudos

Hi Agadir,

You can refresh your application by two ways.

1. Invalidate the node contents.  lo_node->invalidate().

2. Using Exit Plug(But I haven't tried this). Please see the below doc for Exit Plug.

http://help.sap.com/saphelp_nw70ehp1/helpdata/en/48/ca3351508f04e7e10000000a42189c/frameset.htm

BR,

RAM.