2018 Jan 15 11:37 AM
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
2018 Jan 15 3:50 PM
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.
2018 Jan 16 7:04 AM
I have used it ..by that logic i am getting output of First image.. and I want slin2 image output..
2018 Jan 16 7:19 AM