‎2007 Feb 08 8:27 PM
Hi,
My requirement is create extra tabs to the SAP standard screen for the ZZFIELDS.
My question is do I need to use the tabstrip control to do this and create a subscreen inside the TAB in screen painter?
OR
No need to use tabstrip control.
I have never worked this kind of custome development ,so your help is apprciated.
Thank you,
JE
Message was edited by:
Joslyn
‎2007 Feb 08 8:55 PM
Hi Joslyn,
You can use screen exits that are a type of customer exit. They allow you to display additional objects in an SAP application program screen. The SAP developer must:
Define the subscreen areas
Specify the corresponding calls in the flow logic
Provide the framework for the data transport
Include the screen exit in an enhancement
Of course you need to see if a screen exit exists for that standard scree.
Hope it helps.
Regards,
Gilberto Li
‎2007 Feb 08 9:15 PM
Hi Gilberto,
Thank you and appreciate for your quick response.
We are in SAP ECC5.0.So I thought BADI will be good in place of Screen exit.
The BADI Customer_add_data_Cs will be a good approach.
I have created a subscreen and in the graphical layout I inserted the ZZFields to it.
Can you provide me more information about the calls in Flow Logic.
Thank you.