Application Development Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 

va01

Former Member
0 Kudos

dear experts

I am trying to customise va01. i ned to do away with some screen and fields. may you please advise me on how i can go about doing this

1 REPLY 1

venkata_ramisetti
Active Contributor
0 Kudos

Hi,

I think the best way for this requirement is BAPI functionmodule.\ Use function module BAPI_SALESORDER_CREATEFROMDAT2.

This function module takes minimum required parameters for creating sales order. You can also add additional parameters.

Don't try to get logic from the VA01 transaction as it is very difficult to get all the logic.

Develop your own screens and finally call this function module when you click save.

Thanks

Ramakrishna