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

user exit

Former Member
0 Likes
509

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

1 ACCEPTED SOLUTION
Read only

abdul_hakim
Active Contributor
0 Likes
466

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

5 REPLIES 5
Read only

Former Member
0 Likes
466

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.

Read only

Former Member
0 Likes
466

You can use "Append Structure" button add your own structure to this table.This structure can be subsequently filled by you in any exit.

Read only

abdul_hakim
Active Contributor
0 Likes
467

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

Read only

0 Likes
466

HI,

use only APPEND STRUCTURE.

never use user exit for this purpose.

rgds

anver

if hlped mark points

Read only

Former Member
0 Likes
466

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