cancel
Showing results for 
Search instead for 
Did you mean: 

SD: access sequence definition

Former Member
0 Kudos

Hi all,

I need to define an access sequence for a discount condition type. Field required are

PLANT CODE (REQUIRED)

DEALER TYPE

SHIP TO country CODE

PAYER

Can you please tell me the necessary step to define it?

Many thanks

Accepted Solutions (0)

Answers (4)

Answers (4)

Former Member
0 Kudos

Hi CMM,

Please have a look into the pricing fields catelog for the required fields.

If the required fields are not available then create new fields with the help of ABAPer and populate these fields into the catelog.

After this follow the steps those are given in the mails.

Regards,

satish

Former Member
0 Kudos

Go in V/03 prepare conduction table by choosing field catalog select plant ship to country and payer by I think dealer type is not available in standard for that u have to create new filed catalog by help of abap once u able to select all 4 fields that garnet table

And save it not down table number keep in mind always create tables from 501 till 999 because 01 to 499 sap standard table

Then create assess sequence by v/07 create new put u conduction table number what u had created and put exclusion indicator in access sequence

Then create conduction type and acing that access sequence to that conduction

Acing that conduction to pricing in

Sageer

Former Member
0 Kudos

Hi,

First you check in V/03 ,whether the fields as mentioned by you are available or not.If it is not there ,then maintain at SPRO>IMG>SD>Basic Function>Pricing>Pricing Control>Create Condition Table>Conditions: Allowed fields.

1. After this Go to V/03 with any Table number and assign with all the Corresponding Fields.

2. Now go to V/07,assign your Table no. with your own defined Access Sequence.

3. Last step is to assign your Access Sequence with the Discount Condition Type through V/06.

Best Regards,

Ankur

Former Member
0 Kudos

hey ,

very simple :

1.go to transaction - V/03 Condition Tables - Create

create a condition table with your necessary fields

2. go to transaction - V/07 Access Sequences :

create access ( Z_something ) and attach the condition table that you created .

REGARDS

ASA