Application Development 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: 

WHEN will SY_UCOMM contains CRET

Former Member
0 Kudos
1,056

what does CRET means,

when SY_UCOMM contains zeero

and any non-zero values...

with simple example plz

thanks

4 REPLIES 4

alejandro_bindi
Active Contributor
0 Kudos
286

The value of SY-UCOMM depends on the transaction or program you are executing.

In case of Module programs, it is defined on the STATUS-GUI, in case of reports it can be defined for parameters with the USER-COMMAND addition.

You must search on the code of the program you're executing for 'CRET' and see if you can deduct it´s meaning by the comments or the logic.

Regards

Message was edited by:

Alejandro Bindi

raymond_giuseppi
Active Contributor
0 Kudos
286

This code depends on the program that is running, get the program name, and call transaction SE41, look at "function list" for CRET (but beware some code are dynamically defined or can come from an other program)

Regards

0 Kudos
286

If you are not able to find the program, look at table RSMPTEXTS () Look via SE16, with object F and text type M, put EN or your language.

So you will found that "usually" CRET meaning Execute.

Regards

Former Member
0 Kudos
286

Table "RSMPTEXTS" will give you all the list find from there please