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

Adding custom fields using screen exit for transaction CC01/CC02

0 Likes
2,767

Hi Experts,

I have query regarding screen exit for transaction CC01/CC02.

I have requirement in which I have to add 3 custom fields to standard screen of tcode -CC01/CC02.

Hence I have done following things:-

1. Have added custom fields to table AENR (CI_AENR).

2. Created project CMOD for ‘PCCD0001’ and enhance following screen exit.

SAPMC29C                      0010 CUSAENR1 SAPLXCCA                      1000

3. Design the sub- screen.


Custom fields are displayed at the bottom of screen however my requirement is custom fields should be displayed in middle of screen as show in the attached screen shot.

Did anybody face this issue and does anybody know what needs to be done about this issue.

Any help would be much appreciated.


Thanks,

Balram Adep

Message was edited by: Balram Adep

4 REPLIES 4
Read only

SwadhinGhatuary
Active Contributor
0 Likes
1,885

Hi Balram,

Attach the screen shoot for better under standings .

Read only

0 Likes
1,885

Pls find the attached screen shot

Read only

0 Likes
1,885

Hi Balram,

this the layout on which u want to put custom field, as in this no sub screen present you can not get a screen exit for this. you can take acces key for this which is advisable.

Read only

0 Likes
1,885

Thanks Swadhin! I have one more query, the custom fields are been displayed on screen, But in debug mode data is not able in structure AENRB or AENR or userdata in code. How to store these custom fields data in table. Thanks, Balram Adep