2010 Nov 15 11:32 AM
Dear forum,
I need your help to find a possible screen exit for the SCASE transaction. I want to add custom fields in the standard SAP screen since we want to have more fields here than standard. I have identified the program and package as follows:
Transaction: SCASE
Program: SAPLSRMCLFRM2
Package: SCMG_GENERAL
Can you please help me on how to find a screen exit for this?
I would really appriciate all help I can get, many thanks in advanced!
// Par
2010 Nov 15 11:46 AM
Hi
I am not sure if there is any screen exit, but can you check the below BADI: SCMG_RECORD_S if this suffices
Thanks,
Shiva
Dear forum,
I need your help to find a possible screen exit for the SCASE transaction. I want to add custom fields in the standard SAP screen since we want to have more fields here than standard. I have identified the program and package as follows:
Transaction: SCASE
Program: SAPLSRMCLFRM2
Package: SCMG_GENERAL
Can you please help me on how to find a screen exit for this?
I would really appriciate all help I can get, many thanks in advanced!
// Par
2010 Nov 15 11:46 AM
Hi
I am not sure if there is any screen exit, but can you check the below BADI: SCMG_RECORD_S if this suffices
Thanks,
Shiva
2010 Nov 15 12:02 PM
Hello Shiva!
Thanks for the quick response! I will try to check the BADI SCMG_RECORD_S for exits.
However, maybe a dumb follow-up question, but what if there are no screen exits, would that mean that a complete new screen development would be the only alternativ to add the extra fields?
Best regards, Pä
2010 Nov 16 4:23 PM
Hello again,
I have seemed to found the following BADI: SCMG_CASE_FCODE_S - Case Frontend: Non-standard Pushbutton
The documentation states the following:
"
This BADI is called if a function code was triggered that s not implemented by the standard of the case.
This is true if the pushbutton is customer- or application-specific.
You can create your own pushbutton in the table SCMGFUNCTION by using the maintenance view SCMGV_FUNCTION. If you do so, pay attention to the customer namespace in the table.
In this table you can control exactly when the pushbutton is active The function code is the processed in this BAdI
"
If I now want to create a subscreen with new custom fields and add that as a pushbutton option on the standard screen of transaction SCASE, what would be the next steps to take?
Best regards, Par
2010 Nov 22 1:16 PM
Hi again!
I solved this question by using configuration instead. Use SCASE_CUSTOMIZING transaction, define and create a case component in Define Case Component. Then I add the newly defined component in the Function Profile.
BR, Par