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

Print + sy-code ?

Former Member
0 Likes
482

Hello Friends,

I have to find the sy-code ( system filed , or GUI STATUS ) when one press print button for the t.code iw72.

Any idea, how I can debug the standard tranacstion to find out the print code / status ?

Regards,

1 ACCEPTED SOLUTION
Read only

sreeramkumar_madisetty
Active Contributor
0 Likes
450

Hi

Try with Dynamic Debugging(/H).

That can only help to u.

Regards,

Sreeram

3 REPLIES 3
Read only

sreeramkumar_madisetty
Active Contributor
0 Likes
451

Hi

Try with Dynamic Debugging(/H).

That can only help to u.

Regards,

Sreeram

Read only

Former Member
0 Likes
450

Hi Shah,

Go to tcode iw72. write <b> /h</b> where we write tcode and press print button.u will go in debugging.

There u check<b> SY-UCOMM</b> value.

Regards,

Hemant

Read only

Former Member
0 Likes
450

Hi,

Thanks, for your input, with sy.ucomm, problem seems to be solved

Regards,