0% found this document useful (0 votes)
338 views1 page

Screen Exit in CJ01

This document provides a step-by-step guide to implementing a screen exit for the CJ01 transaction in SAP. It involves creating a project in CMOD and attaching enhancement CNEX0006, adding custom fields to relevant tables in SE11 and SE51, writing logic in PBO and function exits EXIT_SAPLCJWB_002 and EXIT_SAPLCJWB_003 to move data between tables, and activating the project.

Uploaded by

Kumaresh Karar
Copyright
© Attribution Non-Commercial (BY-NC)
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)
338 views1 page

Screen Exit in CJ01

This document provides a step-by-step guide to implementing a screen exit for the CJ01 transaction in SAP. It involves creating a project in CMOD and attaching enhancement CNEX0006, adding custom fields to relevant tables in SE11 and SE51, writing logic in PBO and function exits EXIT_SAPLCJWB_002 and EXIT_SAPLCJWB_003 to move data between tables, and activating the project.

Uploaded by

Kumaresh Karar
Copyright
© Attribution Non-Commercial (BY-NC)
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/ 1

Screen Exit in CJ01

By Tejaswini This article details about the step-by-step procedure in implementing the Screen Exit for CJ01 transaction: First create a project in CMOD and attach the enhancement CNEX0006 to the project. 1. 2. 3. 4. 5. Go to se11 and in the PROJ table u will find ci_proj include , in this add the required custom fields. Go to se51 give SAPLXCN1 in the program name with screen number 0600 , create the subscreen and in the layout choose Dictionary./Program fields and drag and drop in the screen . If u want to write any logic before the screen is displayed do it in PBO. Now in the function exit EXIT_SAPLCJWB_002 , go in the INCLUDE ZXCN1U11 and write this logic move-corresponding sap_proj_imp to proj. Now in the function exit EXIT_SAPLCJWB_003 , go in the INCLUDE ZXCN1U12. and write this logic move-corresponding proj to cnci_proj_exp. Activate the project .

You might also like