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

ABAP code for BW PSA table

Former Member
0 Likes
403

Hi,

I am using middleware (Datastage) to load data to SAP BW. My requirement is to capture SAP rejects and give the error file which is not possible through Datastage. So i have to use another R3 stage i.e ABAP extract to read the PSA table where the status for records are shown in Red and Green colour. My question is what is the code that is used which explains the status whether it is red or green so as i cant write a code saying give me the records where the status is red or green.

Thanks

VJ

1 REPLY 1
Read only

sridhar_meesala
Active Contributor
0 Likes
329

Hi,

Have a look at

REPORT demo_dynpro_status_icons.

You may get some idea about status icons.

Thanks,

Sri.