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

GUI exit

Former Member
0 Likes
575

hello all,

how to do menu enhancement for tcode: cc01/cc02/cc03.

i want to add new entery at :

1. goto tcode: cc02 , enter chagne number, press 'enter button' than

goto menubar -> Extras -> ' new entry i want to add here '.

please send me the solution in details asap, i am new to this standard tcode enhancement.

thanks in advance.

regards

srinivas

2 REPLIES 2
Read only

Former Member
0 Likes
473

Hi,

YOu need to use the badi :ECM_UPDATE method:

CHANGE_AT_SAVE.

(or)

1.)You can use the below for changing SAP stnd table fields.

PCCD0001 EXIT_SAPMC29C_002

PCCD0001: Change master record - customer fields to SAP

program

ZXCCAU02

2) To import the data from std to screen-exit

EXIT_SAPMC29C_001

Here insert the code:

MOVE USERDATA TO AENR

3) To export the data from screen-exit to std program:

EXIT_SAPMC29C_002

Here insert the code:

MOVE AENR TO USERDATA.

<b>*Reward points</b>

Regards

Read only

0 Likes
473

hello ssk,

i am very happy with your answer, but i want to do enhancement in cc01 screen menu bar,

i want to add in menu bar new entry without changing the existing one.

if i add line

(liek SET PF-STATUS 'ZTEST'. ) in program ' ZXCCAU02' i will lose existing one.

where can i find existing one pf-status of cc01/cc02/cc03.

waiting for your reply.

best regards

srinivas