cancel
Showing results for 
Search instead for 
Did you mean: 

User status profile assigned to document type in specific sales org.

florianbus
Contributor
0 Kudos

Hi,

can anyone tell me, if it is possible to assign a user status profile to the combination sales document type and sales organization?

Maybe with some kind of enhancement and/or user-exit?

Best Regards,

Florian

Accepted Solutions (1)

Accepted Solutions (1)

Lakshmipathi
Active Contributor
0 Kudos

I dont think this is possible. Perhaps, you can consider having a separate sale order type in VOV8 against which you want to assign status profile.

thanks

G. Lakshmipathi

florianbus
Contributor
0 Kudos

Hi,

creation of a new doc type wouldn't be an option.

Best Regards,

Florian

Former Member
0 Kudos

Hi,

You may use the following user exit to determine the relevant status profile with specific sales organization (VKORG) (There is no standard way is available to do so)

User-Exits in Program RV45PFZA

USEREXIT_SET_STATUS_VBUK

In this user exit you can you can store a specification for the reserve fields in VBUK (header status). Reserve field UVK01 could, for example, be used for an additional order status (as for rejections status, etc.).

The following workareas are available for this user exit:

VBUK (header status)

FXVBUP (item status)

FXVBUV (Incompletion)

USEREXIT_SET_STATUS_VBUP

In this user exit you can you can store a specification for the reserve fields for VBUP (item status).

The following workareas are available for this user exit:

FXVBAP (Item data)

FXVBAPF (Dynamic part of order item flow)

FXVBUV (Incompletion)

USEREXIT_STATUS_VBUK_INVOICE

You can use this user exit to influence billing status at header level.

regards

Vivek.

Edited by: Vievk Vardhan on Jan 12, 2010 2:46 PM

Answers (0)