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

read screen value ( CJ02 Status Value)

Former Member
0 Likes
381

Hi All,

I am using BADI WBS_SETTLEMENT_RULE in CJ02. In BADI I have to use condition on status for WBS element. when the user will change status to REL I need to update settlement rule. can anyone tell me how to get status in CJ02 runtime?

1 REPLY 1
Read only

Former Member
0 Likes
315

I found that FM STATUS_TEXT_EDIT will give run time value for status

thanks.