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: 

how to fetch SLIN output with Display All Result in internal table

former_member476503
Participant
0 Kudos
675

Hi ,

I want to fetch SLIN output with Display all results long text .

I am fetching Error no and other things..

Please guide me how to fetch slin error long text?

Regards,

Sanket

3 REPLIES 3

RaymondGiuseppi
Active Contributor
0 Kudos
474

As in one of your previous post: analyze the returned table parameters of EXTENDED_PROGRAM_CHECK and use methods of a class like CL_SLIN_TEST_INFO to convert internal code to text values.

Hint: Put a break-point at start of CL_SLIN_TEST_INFO=>CHCK_GET_DESCRIPTION or similar methods and execute a test of the FM.

0 Kudos
473

I have used it ..by that logic i am getting output of First image.. and I want slin2 image output..

473

This message doesn't seem related to the program so go one step further, analyze methods of class cl_slin (the FM is a wrapper of the run method) you should also analyze some include like SLIN_DEPENDDENCY_IMPL and the like.