cancel
Showing results for 
Search instead for 
Did you mean: 

How to see PEP status

Former Member
0 Kudos

Hi everyone,

I have a small question. How do I see if a PEP is closed or open in ABAP?

Is there a standard function to do this validation? If no then what tables and validations do I need to do?

Thanks in advance.

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Check if BAPI_BUS2054_GET_STATUS can help you with your issue, or use the tables TJ02T, JEST and JSTO

Best regards...

Former Member
0 Kudos

Thanks,

BAPI_BUS2054_GET_STATUS solved the problem.

Answers (1)

Answers (1)

Former Member
0 Kudos

Hi

Use this and try

BAPI_BUS2054_GET_STATUS

BAPI_BUS2002_GET_STATUS

Thanks

S.murali