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

form error

Former Member
0 Likes
331

hi,

window TITLE is not defined for form RVORDER01 and

error during readingTVBUR (return code 4).

what could be the reason

and

How to update User Status in SO via user exit

any help pl.

1 ACCEPTED SOLUTION
Read only

Vijay
Active Contributor
0 Likes
310

hi

to change user status in user exit you can use bapi 'STATUS_CHANGE_EXTERN'.

and to get that change refleted u need to use bapi 'BAPI_TRANSACTION_COMMIT' after above bapi.

regards

vijay

reward points if helpful

1 REPLY 1
Read only

Vijay
Active Contributor
0 Likes
311

hi

to change user status in user exit you can use bapi 'STATUS_CHANGE_EXTERN'.

and to get that change refleted u need to use bapi 'BAPI_TRANSACTION_COMMIT' after above bapi.

regards

vijay

reward points if helpful