0% found this document useful (0 votes)
3K views3 pages

Implementing Screen Exit For The Transaction CO01

1) The document describes adding a new tab to the transaction CO01 (Creation of production order) to store custom field values in the include CI_AUFK, which gets appended to the production order header table AUFK. 2) It involves creating an enhancement project in CMOD, designing the custom screen tab in screen exit SAPLCOKO1, declaring the screen fields globally, and using the exporting parameter E_COCI_AUFK to append the custom field values to the structure CI_AUFK when the production order is saved. 3) The custom tab then appears when creating a production order in CO01, and the value entered in the custom field gets saved along with the production order data

Uploaded by

aprian
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as DOC, PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
3K views3 pages

Implementing Screen Exit For The Transaction CO01

1) The document describes adding a new tab to the transaction CO01 (Creation of production order) to store custom field values in the include CI_AUFK, which gets appended to the production order header table AUFK. 2) It involves creating an enhancement project in CMOD, designing the custom screen tab in screen exit SAPLCOKO1, declaring the screen fields globally, and using the exporting parameter E_COCI_AUFK to append the custom field values to the structure CI_AUFK when the production order is saved. 3) The custom tab then appears when creating a production order in CO01, and the value entered in the custom field gets saved along with the production order data

Uploaded by

aprian
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as DOC, PDF, TXT or read online on Scribd
You are on page 1/ 3

Implementing Screen Exit for the transaction CO01

By Shailaja Reddy, YASH Technologies

Requirement:

Add new Tab to transaction CO01(Creation production order) and store the values in standard Include
CI_AUFK which will get appended to Production order header table AUFK.

Solution:

Create a project in CMOD with enhancement PPCO0012.

Go to components Double click on screen exit SAPLCOKO1 it will take you to

The screen number 0100 program name SAPLXCO1.

Design your screen as per the requirement in screen layout.

For PBO use the function module EXIT_SAPLCOKO1_001


For PAI use the function module EXIT_SAPLCOKO1_002

Now in order to declare the screen fields globally

Goto function group XC01 in SE80, declare in the include ZXCO1TOP

Use the E_COCI_AUFK exporting parameter to append the values to Structure CI_AUFK, which will
get saved in AUFK when the production Order gets saved.
Create the Custom field in the structure CI_AUFK.

Create the production order using the transaction CO01.

Custom tabs appears as follows

Now when you create the production order the value entered in the custom field gets saved along with
the production order data in AUFK table.

You might also like