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 painter ---Tabstrip control.

Former Member
0 Likes
441

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

2 REPLIES 2
Read only

Former Member
0 Likes
377

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

Read only

0 Likes
377

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.