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: 

HELP: Customizad Transaction Codes

Former Member
0 Kudos

dear sap gurus,

just want to ask about what i observed with my customized tcodes (for my Z programs, which are run by users using SA38).

the customized tcodes call a screen layout different from that of running the Z programs themselves. i do not see the actual fields.

is there a way to correct this?

thanks a lot.

best regards,

albert

5 REPLIES 5

Former Member
0 Kudos

Hi Albert,

if you dont see the actual screen values then what ar eyu able to see, Are both in same server,, or different.

I mean are yu seeing only technical fields, instead f their descriptions,,,

then you would have missed the Text-Elements(Report Texts) in transporting...

Thanks & regards,

Dileep .C

0 Kudos

hello dileep,

the screen is very different from that of running the program in SA38. i have already imported them into PRD.

how would i ensure that the text elements are properly transported?

thanks,

albert

0 Kudos

whenever you goto text elements and create some and activate it will ask you for a transport request.

Then you can specify so it will be transported with your program.

Varun

0 Kudos

Hi,

Go to 'Text Elements' and from there Utilities->version management, check versions both in development as well as your testing/production systems, the versions should be same.If the versions are not same then there is problem in text elements transporations, then you can able to know whether text elements are transported to subsequent systems or not.

Former Member
0 Kudos

Hi,

You should get the first-appeared screen number (SY-DYNNR) when running the Z program, then go to SE93 to check the corresponding Tcode.

If the Z program calling a standard selection screen, or just show result without a selection screen, the SY-DYNNR should be '1000' in SE93, and its type should be 'report transaction'.

If the Z program calling a customize screen, please check SY-DYNNR with that in SE93. Also, it should have the type 'dialog screen'.

Regards,

Xiaohong.Z