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: 

SAP Screen Standard Field label changes not reflected in Q system

0 Kudos

hi,

i have changed infotype 0016 standard field  label  through Tcode CMOD. its changed  successfully in D system and structure P0016 also updated .i created Transport also. when i moved this  transport to Q system, structure P0016 updated according to changes but screen field is not updated. Can any one provide solution for this?

1 ACCEPTED SOLUTION

Former Member
0 Kudos

Can you check if you have any program created by SAP like ZP001640 (Z or Y then Info type, example = 0016 then Version, Ex = 40)  Or ZP01640.

In case it is there try to add any missing things into Transport manually.

Usually if enhancement is to be created using PM01, then these program used to create.

In general, Transport issues often comes  while screen or FM creation happens.

Below is best to add manually:

1. Add Function group using SE80 into transport.

2. Add screen program into transport.

Check if any FM involved into your transport, if yes then add group too.

Try checking screen manually into destination landscape.

Bytheway, Did you follow include structure naming standard.

Regards,

Amit Soni.

8 REPLIES 8

former_member194965
Active Participant
0 Kudos

Hi Santosh,

Check TR->objects weather the screen exit is there are not. I think object is missed

Regards,

E.Ananthachari

0 Kudos

Hi Ananthachari,

All objects  moved including screen exit . but still not updated .is there any other way to  solve this?

Former Member
0 Kudos

Can you check if you have any program created by SAP like ZP001640 (Z or Y then Info type, example = 0016 then Version, Ex = 40)  Or ZP01640.

In case it is there try to add any missing things into Transport manually.

Usually if enhancement is to be created using PM01, then these program used to create.

In general, Transport issues often comes  while screen or FM creation happens.

Below is best to add manually:

1. Add Function group using SE80 into transport.

2. Add screen program into transport.

Check if any FM involved into your transport, if yes then add group too.

Try checking screen manually into destination landscape.

Bytheway, Did you follow include structure naming standard.

Regards,

Amit Soni.

0 Kudos

Hi Amit,

i added screen program into transport and also  following include structure  standard naming convention also.then i moved TRs to  Q system. but still not solved that isssue.

0 Kudos

Hi Santosh,

Did your problem solve ?

If not, I am seeing in above screen shot as it is only Screen you have attached. try adding program what I write in my previous post.

If you will not get it , Use where used list by below.

- Enhancement will create structure CI_P0016 for you (for include structure of table PA0016). Check what all the object it shows, add those into Transport.

-Check module pool program  ZP001600. (or might be search with ZP*16*00*).

Regards,

Amit Soni.

0 Kudos

Hi Santosh,

If none of the option works for you, I suggest, delete enhancement using CMOD and follow below Saptechnical.com post for easy way:

http://saptechnical.com/Tutorials/HRABAP/Infotype/Enhancement.htm

Regards,

Amit soni.

0 Kudos

Hi Amit,

In my case:

  • No Enhancement is there for IT0016 structure in my system,means CI_P0016 having  zero fields.
  • No Module pool  program with name  ZP001600 or ZP001640. in my system.
  • No function module involved .

below points i have changed into  transports based on your suggestions:

  1. added  screen program into TR

2.added screen also  into TR.

then i moved TRs to Q system. still no updates in IT0016 screen fields. but P0016 updated. only facing issue at screen level.

my requirement is need to change labels of  below standard fields  in IT0016 .i have changes through CMOD  Tcode.

In mycase no enhancements, no custom changes are involved. only standard things are there. 

help on this.

0 Kudos

Hi Amit,

thank you amit for immediate  response on this post.

But above link is for add extra fields into infotype.

in mycase just need to change standard field labels.