cancel
Showing results for 
Search instead for 
Did you mean: 

add two new tab in transaction CRMD_ORDER.

Former Member
0 Kudos

Hi Gurus,

I enhanced transaction CRMD_ORDER( and CIC0 too) with a new tab(CUST1) using EEWB->

BO: 'BUSINESS_TRANSACTION';

Exstension Type:'ORDERADM_I' .

Now i need to add an other new tab(CUST2) in the same transaction.

I try to do to this using again EEWB->

BO: 'BUSINESS_TRANSACTION' ;

Exstension Type: 'ORDERADM_I' .

The results is a new field in CUST1 and not as I expected a new tab CUST2 with my new fields...

What's wrong?

Thanks in advance!

Accepted Solutions (0)

Answers (2)

Answers (2)

Former Member
0 Kudos

Hi

Use BUCO for swcreen configuration and vct tool

Reward points

Venkat

Former Member
0 Kudos

Hi Venkat,

BUCO isn't only for BP transaction?

Can we use VCT for transaction CRMD_ORDER?

Regards,

Alessandro

Former Member
0 Kudos

Hello Alessandro,

By default SAP will place all customer fields in one tab on the screen.

If you want to change this behaviour you should change the screens yourself through customizing.

SPRO->CRM->Transactions->Basic settings->User interface settings->

Set up screen sequence control.

In that customizing activity you should be able to assign your Z fields to different views (view = tab page).

For more information on how to do this, check help.sap.com->best practices.

Hope this helps,

Reward points if useful!

Kind regards,

Joost

Former Member
0 Kudos

Hi Joost ,

Thank You very much for your answer!

I'm sorry but i'm a programmer and i don't know too much of Customizing.

Anyway I imaging that I've to insert a new line in transaction CRMV_SSC (complete tab assignment...) for SALS Profile Type...but my question is: Which is the new function code for my new tab?

I've the program and the dynpro generated by the second running of EEWB but i don't understand how i can create and manage the new second custom tab.

Many thanks!

Alessandro