Application Development 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: 

About User status in BADI

Former Member
0 Kudos

Hi Experts

I will check the user status in BADI,but the parameter don't contain the value of user status. I debuge the program which wrote by SAP I can't find the place which user status stored in memory.I can't select the status from TJ20 because the status is changed and not commit,so find it in memory is only way. who can tell me where the status stored in memory such as Memory ID ,Parameter ,thanks very much.

Chris

2 REPLIES 2

Former Member
0 Kudos

Hi,

Status (user/System) will be stroging in 'CRM_JCDS' (table for Change Documents for System/User Statuses (Table JEST)).

for individual objects 'CRM_JEST'.

(note: custom procedures also can be created for status (mean user defined status)

hope this is what you are expecting, Please correct me if i am wrong.

Thanks & Regards,

Madhavi

sujeet2918
Active Contributor
0 Kudos

Dear Chris,

Go to table TJ30 and TJ30t.

Both tables are used for storing updated status.