cancel
Showing results for 
Search instead for 
Did you mean: 

Roll project

Former Member
0 Kudos

Which are we need to concentrate for the Roll out projects respective to SD module

Accepted Solutions (0)

Answers (1)

Answers (1)

Former Member
0 Kudos

HI

http://help.sap.com/saphelp_sm40/helpdata/en/6a/bf1603d4f0944c81366cef7427bd12/content.htm

Roll out is kind of implementation in the sense that, if an implementation is already done for a country the same settings would be setup for the new country for which the roll out is being carried out. Some minor settings specific to that new country are anyway setup again. Major part of the already carried out settings are implemented for the new country based on the previously carried out implementation.

A roll-out project takes the main customizing/programs done for a company an adapts it to the new company, working only on the small differences between the companies: eg: printouts, logos, company code...

In case of India additionally you will have to do CIN Settings.

Former Member
0 Kudos

Hi

what about pricing? and wht are all the other areas which we need to look

Former Member
0 Kudos

Hi

It depends on u r project e.g. MNC India roll out may includes CIN apart form other functionalities.

Former Member
0 Kudos

What about variant config in sd, how it would carry out

Former Member
0 Kudos

HI For VC refer below

http://www.sap-basis-abap.com/sd/steps-for-variant-configuration-and-pricing.htm

The procedure is as follows:

  • Create a Material - KMAT type with Item category (002)

  • Create Charateristics in CT04 - Zbike, where in values mention the Color of the bile like Red, Blue etc

  • Create another characteristics in CT04 - ZPrice, where directly go the additional data tab and maintain the table SDCOM and field VKOND (ABAP Dictionary it will ask for)

  • Assign these two characteristics to a Class in CL01 - ZBikeclass ( Type 300) in characteristics tab page.

  • Then go to CU41 Configuration profile select the material and enter the description click on the class assignment ie assign Zbikclass.

  • Now go back to CT04 - enter Zbike -go to values- select Red- go to extras - Other Dependencies - Select Procedure enter in front 10 write - $self.ZPrice='Red' and save

  • Now go back go to extras - Other Dependencies - assignments and assign relationship ( by default it will come just save)

  • Now select Blue- go to extras - Other Dependencies - Editor - Select Procedure enter in front of 10 write - $self.ZPrice='Blue' and save

  • Now go back go to extras - Other Dependencies - assignments and assign relationship ( by default it will come just save)

  • Now go to VK11 - Enter VA00 (Condition)(For Std RVA001 Pricing Procedure) - enter variant Red and Blue give the rates accordingly and create the sales order.

FAQ'S ON VC

Variant configuration is used where you have a configurable material like computer (made up of components like processor, monitor, keyboard, mouse etc). These components are called as characteristics in variant config. Again this will be having values like processor can be either P4 or P3, monitor can be 15" or 17" etc.

Based on the values selected the variant pricing will happen using the condition type VA00.

Possible questions you can expect are:

- What is variant configuration?

- What is characteristic?

- What is value?

- What is class?

- What is configuration profile?

- What is dependency and what are the types?

- What is a variant table?

- And the transaction codes for the above.