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

create tab under Sales Area Data

govind_parmar
Participant
0 Likes
720

Hi Gurus,

We have three segments in the customer master data

a. General Data

b. Company code data

c. Sales area data

Now i want to create a tab under Sales area data, what configuration or development is required for it...

Regards,

Govind

5 REPLIES 5
Read only

Former Member
0 Likes
654

SAP has provided the Badis to extend the customer master. You may extend the customer master and add another button on the tool bar ( besides the additional component). You may look at the interface IF_EX_CUSTOMER_ADD_DATA_CS for more information . SAP has provided 2 more interfaces to work around the newly created tab. ( IF_EX_CUSTOMER_ADD_DATA & IF_EX_CUSTOMER_ADD_DATA_BI ). In the new tab, you may design your own screens/tabs upto 22.

Read only

0 Likes
654

but the tab appear for general data ...it want when for the Sales area data...Do you have any idea abt it...

Read only

Former Member
0 Likes
654

To my knowledge - No - ( You may have to go for SAP Mod if it is a must )

Read only

0 Likes
654

if you go to SPRO> LOGISTICS>BUSINESS PARTNERS--> CUSTOMERS --> CREATE TAB FRO SALES AREA DATA.. Do you have any idea abt this??

Read only

0 Likes
654

The documentation on this IMG activity specifies about defining and viewing of the tabs as per our requirement . I think this will allow re-grouping the existing fields of the provided tabs and view in the new created tabs.