cancel
Showing results for 
Search instead for 
Did you mean: 

how to mandate the checked checkbox of propose delivery date on saleorder

Former Member
0 Kudos

HI,everyone.

As an ERP clerk in headquarters, I want to the system make the checkbox of propose delivery date checked when all other users in lower companies create their own sales document type.

I dont want to create or assign all sales order type for them because I want to control nothing of creating of sales document type but this element.

I have many similiar requiremnt of control over other companies,

can some one give me a general solution for those things?

thank you very much.

Accepted Solutions (1)

Accepted Solutions (1)

0 Kudos

Hi,

the settings for the order type are read here during order creation:

MV45AF0T_TVAK_SELECT

...

SELECT SINGLE * FROM TVAK WHERE AUART = US_AUART.

...

I think the easiest way is to modify the field TVAK-DATVO afterwards in the user-exits of MV45AFZZ depending on the user. The form where you should fill it is FORM USEREXIT_FIELD_MODIFICATION.

Regards,

Andreas

Answers (1)

Answers (1)

Manoj_Mahajan78
Active Contributor
0 Kudos

Hi..

You can use USEREXIT_FIELD_MODIFICATION.(Program-MV45AFZZ)

Regds

MM