‎2021 Jul 03 9:50 AM
HI EXPERT
I want to add a field controller to tcode QE01 ,
My first experience in screen exit . can you explain step by step what to do ?
or give me a link than can help and explain in details ?
<br>
‎2021 Jul 03 10:50 AM
Hi Afsane,
I think you meant QA01(Inspection Lot) not Q01. If you want to add addional field, then you can use the BADI "QPL1_SUBSCREEN_ADDON" to achieve the requiement.
Below link for more info
SAP QA01/QA02/QA03 screen enhancement
Hope this helps.
Thanks,
Gourab
‎2021 Jul 04 6:28 AM
HI DEAR gdey.sapabap
QE01
I see https://programmersought.com/article/54791850512/
But in step 3 i dont know what to do
‎2021 Jul 03 2:32 PM
Hi Afsene,
Check out these links below, they will help you:
I NEED EXAMPLE SCREEN EXIT STEPS?
How to call custom screen from User exit?
These cases will not help you with QA01, but will help you with SAP working with Screen Exits.
Hugs,
Marcio
‎2021 Jul 04 6:39 AM
hi dear marcioch
in qe01
thanks for your gudience , i see 3 link
but when
1.From the main screen of the Project management transaction, proceed as follows:
Select Enhancement components and choose Change.
2.Choose Edit component.
3.Choose the screen exit and double click on it
in dont know how find which enhancement ,.............
‎2021 Jul 05 7:09 AM
afsane_salehi Documentation is provided by SAP, embedded in each component.
‎2021 Jul 03 2:50 PM
‎2021 Jul 04 6:40 AM
‎2021 Jul 04 3:25 PM
Hi afsane_salehi,
Yes, I know it's not easy to find out this information. to get for this information, take the following steps:
Another way to find the exits and search for the one you need is to go into the package and find the function group that contains the screen exits.
To create an exit for a specific screen field, you must go to CMOD->GOTO->Text Enhancements->Data Elements->New.
Check this links: Field-Exit Implementing – CMOD / PRFB
Answers How to Create Screen Exit
REMEMBER CMOD is now obsolete, check this link SAP CALL CUSTOMER-FUNCTION
Hope this helps,
Hugs,
Marcio