‎2006 Sep 15 7:30 AM
hi all,
i need to add the field like 'purchase order created by' in table CEKKO using user exit,how can i add the field in predefined table using user exit,if anybody please help me the procedure for this.
answer will be rewarded,
regards
praveen
‎2006 Sep 15 7:35 AM
hi
you need to use <b>append structure</b> for this purpose.
<b>you don't / can't use userexit for this..</b>
Cheers,
Abdul Hakim
‎2006 Sep 15 7:34 AM
Hi,
Use the transaction codes SMOD and CMOD.
findout the exit whish is going tobe triggered at that situation.Once you found the user-exit enter into the function module and modify it as per your requirement.
regards
kanny.
‎2006 Sep 15 7:34 AM
You can use "Append Structure" button add your own structure to this table.This structure can be subsequently filled by you in any exit.
‎2006 Sep 15 7:35 AM
hi
you need to use <b>append structure</b> for this purpose.
<b>you don't / can't use userexit for this..</b>
Cheers,
Abdul Hakim
‎2006 Sep 15 7:37 AM
HI,
use only APPEND STRUCTURE.
never use user exit for this purpose.
rgds
anver
if hlped mark points
‎2006 Sep 15 7:44 AM
Hi,
CEKKO is probably a structure, go to table EKKO click on Append structure on the application toolbar, give CEKKO and click on Create icon, it will take you to structure creation give the field name there, activate the structure(will take some time) and come back to the main table(EKKO) and activate the table, now search for screen exit for PO program, write a code to insert the user who created the PO into corresponding field which you have created.
Regards:-
Santosh.D