cancel
Showing results for 
Search instead for 
Did you mean: 

new item lines at sales order change

Former Member
0 Kudos

Hello Experts,

Is there any standard authorization object at sales order for adding new items? As I want to restrict some users to add new item lines at sales order change ( VA02 ) or change in Line Item. User should be allowed only Customer Code.

Regards

RK.

Accepted Solutions (0)

Answers (4)

Answers (4)

Former Member
0 Kudos

Hi Rableen,

I agree with Adithya

Simple setting has to be done for status profile,

As follows;

Define Status Profile [BS02]

Assign Order Types to Status Profile [VOV8].

Status Profile can be assigned to a sales order at the header or at the line item level.

Thanks

Karaveer

adithya_velide
Participant
0 Kudos

HI RABLEEN.

      USE STATUS PROFILE CONCEPT TO RESTRICT THE USER ENTRIES MANUALLY ONCE THE ORDER HAS SAVED.

REGARDS,

ADITHYA.

jignesh_mehta3
Active Contributor
0 Kudos

Hello Rableen,

I think is it not possible with SAP Standard settings.

You will have to discuss with you ABAP and Basis consultants, create Z-Authorization objects and assign the same to required Users. You may need to create a Z-Table for recording the User Id's and Z-Objects.

Thanks,

Jignesh Mehta

Former Member
0 Kudos

Hi RK,

You need to define custom object and take it forward as your requirement is custom. You can create a TVARVC variable for the object so as to have control on userlist as and when required.

Thanks

Rama