cancel
Showing results for 
Search instead for 
Did you mean: 

user exit in va01

Former Member
0 Kudos

hi,

I want a pop screen or user field while creating a sales order(VA01) so that the user can enter some text data for each line item and it should be manadatory.

it can come after each line item is enter in the sale order.

item text is a solution but other than that do we have any user exit or any field or screen exit which can help in meeting the requirement.

Regards

Anil

Accepted Solutions (0)

Answers (5)

Answers (5)

Former Member
0 Kudos

thanaks

Former Member
0 Kudos

use this userexit USEREXIT_MOVE_FIELD_TO_VBAP in MV45AFZZ

Former Member
0 Kudos

Hi Anil,

Please Find below Userexits you can use them.

SDTRM001 Reschedule schedule lines without a new ATP check

V45A0001 Determine alternative materials for product selection

V45A0002 Predefine sold-to party in sales document

V45A0003 Collector for customer function modulpool MV45A

V45A0004 Copy packing proposal

V45E0001 Update the purchase order from the sales order

V45E0002 Data transfer in procurement elements (PRreq., assembly)

V45L0001 SD component supplier processing (customer enhancements)

V45P0001 SD customer function for cross-company code sales

V45S0001 Update sales document from configuration

V45S0003 MRP-relevance for incomplete configuration

V45S0004 Effectivity type in sales order

V45W0001 SD Service Management: Forward Contract Data to Item

V46H0001 SD Customer functions for resource-related billing

V60F0001 SD Billing plan (customer enhancement) diff. to billing plan

if you give me brief i can help you out more.

Thank you .

Regards

Ram

Former Member
0 Kudos

hi,

when i enter a line item(material code) of a particular division the system should give a pop up screen where the user can enter text value .

which will be carried over to order output.

item text was not excepted neither any text field which can be made mandatory.

Regards

Anil

Shiva_Ram
Active Contributor
0 Kudos

Hi,

You need to use both the combination.

First use the item level text, if needed create a new one.

Then using the user exit, check this text for empty. If it is empty then do NOT allow the system to save the sales order.

Regards

Edited by: Shiva Ram on Jan 10, 2008 9:23 AM

former_member183879
Active Contributor
0 Kudos

Try one of the following with the help of ur ABAPer.

USEREXIT_FIELD_MODIFICATION

USEREXIT_SAVE_DOCUMENT or

USEREXIT_SAVE_DOCUMENT_PREPARE