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: 

Add new fields in Tcode VF01

Former Member
0 Kudos

Hi Guys,

I need to add a new field in VF01 at header level.Do I need access key or is there any other way.

Please let me know.

Points for helpful answers assured .

1 REPLY 1

Former Member
0 Kudos

Hi,

Access key is not required to do this job. You can do this by using transaction CMOD and attaching particular screen exits point to your project. You are also required to find exit point in the table so that fields can be added in table without access key.

You can search the enhancements for transaction VA01 VA02 and VA03 in following manner:

SPRO --> Sales n' Distribution --> System Modifications --> User Exits --> User exits in Sales --> User exits in Sales Documents processing

Go to the FM's belong to the exits --> set a user break-point there and try ur requirement.

User Exits and BADis for transaction VA01 as follows:

Transaction Code - VA01 Create Sales Order

Enhancement/ Business Add-in Description

Enhancement

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

SDTRM001 Reschedule schedule lines without a new ATP check

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

Business Add-in

BADI_SD_SCH_GETWAGFZ Scheduling Agreement: Read WAGFZ from S073

BADI_SD_V46H0001 SD Customer functions for resource-related billing

Hope this will solve your problem.

Regards

Jana