‎2007 Jun 11 12:43 PM
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
‎2007 Jun 11 1:24 PM
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
‎2007 Jun 12 4:06 PM
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