Application Development 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: 

Adding Field to CO24 screen

Former Member
0 Kudos

Dear All,

V have a request where the client wants the Header Material No( AFKO-PLNBEZ) in the screen of co24.

presently we are getting the Matrial Text from AUFK table.

In the Trace we found that AFKO table is not accesed. But only AUFK, is being used.

Can someone suggest, how to proceed.

Thanx in Advance.

Regards

Ajju

2 REPLIES 2

Former Member
0 Kudos

Hi Ajaz,

Are you asking about how to retrive AFKO-PLNBEZ or

to add new input-field for AFKO-PLNBEZ in the screen?

This is answer to former, Tables AUFK and AFKO are linked

through AUFNR i.e. order number. AFKO-AUFNR is eferencing

AUFNR primary key of table AUFK, you can easily retrieve AFKO-PLNBEZ using this relation.

To add new field to screen you'll have to use user-exits.

I have no idea about that, but you can check txn SMOD,

CMOD.

Hope it helps you.

Regards,

Narinder Hartala

0 Kudos

Hi,

Thanks for the reply,

But the Requirement is to add the field AFKO-PLNBEZ, into the output Screen of CO24.

Presently it displays values from AUFK Table.

Any Clues...?

Regards

Ajju