cancel
Showing results for 
Search instead for 
Did you mean: 

Customize VA01 Screen

former_member185875
Contributor
0 Kudos

Hi abap gurus,

I have a requirement. I need to add two (or more) additional fields to VA01 Initial Screen. And I need to create the sales order using existing bapi BAPI_SALESORDER_CREATEFROMDAT2.

Thank U,

Lakshman balanagu

Accepted Solutions (0)

Answers (2)

Answers (2)

former_member217082
Active Contributor
0 Kudos

Hi Lakshman

Go with the user exit , USEREXIT_FIELD_MODIFICATION and add 2 additional feilds and with that added feilds then you create the sales order using BAPI_SALESORDER_CREATEFROMDAT2.

Regards

Srinath

former_member185875
Contributor
0 Kudos

Hi Srinath,

Thanks for ur reply...

i am new to abap..

so please elaborate ur replay..

lakshman balanagu

former_member217082
Active Contributor
0 Kudos

Hi lakshman

When you create sales order as you need Two additional feilds so go with USEREXIT_FIELD_MODIFICATION , and add new feilds and then when you create the sales order using BAPI_SALESORDER_CREATEFROMDAT2. those feilds will be there

Regards

Srinath

Former Member
0 Kudos

Hi,

to add new field in the VA)! screen go to SE80 and open main program and add the new field name in that paticular screen

also call BAPI in the user exit.

hope this help.