Application Development and Automation 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: 
Read only

Screen exit help is needed for SCASE development

Former Member
0 Likes
1,385

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

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
1,068

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

4 REPLIES 4
Read only

Former Member
0 Likes
1,069

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

Read only

0 Likes
1,068

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ä

Read only

0 Likes
1,068

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

Read only

0 Likes
1,068

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