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: 

badi and user-exit

Former Member
0 Kudos

hi guys...

i have doubt in bapi and user exits.....

i want to do some changes in standard tcode va01 like addon table entry creation etc....

i found some user-exit for particular tcode.

using that i did some changes....it was ok.

i have a doubt that .

is it possibe to do the same functioality as in user-exits by using badi?

1 ACCEPTED SOLUTION

Former Member
0 Kudos

Hi,

Yes , but for that requirement standard BADI has to exist.

4 REPLIES 4

Former Member
0 Kudos

Hi,

Yes , but for that requirement standard BADI has to exist.

Former Member
0 Kudos

Hi Mohan,

It is Possible If an User Exit is available for that Tcode.

Reward If Helpfull,

Naresh.

Former Member
0 Kudos

Hi,

Please find the BADI & User Exits for the transaction VA01

Transaction Code - VA01 Create Sales Order

Enhancement/ Business Add-in Description

Enhancement

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

V46H0001 SD Customer functions for resource-related billing

V45W0001 SD Service Management: Forward Contract Data to Item

V45S0004 Effectivity type in sales order

V45S0003 MRP-relevance for incomplete configuration

V45S0001 Update sales document from configuration

V45P0001 SD customer function for cross-company code sales

V45L0001 SD component supplier processing (customer enhancements)

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

V45E0001 Update the purchase order from the sales order

V45A0004 Copy packing proposal

V45A0003 Collector for customer function modulpool MV45A

V45A0002 Predefine sold-to party in sales document

V45A0001 Determine alternative materials for product selection

SDTRM001 Reschedule schedule lines without a new ATP check

Business Add-in

BADI_SD_SCH_GETWAGFZ Scheduling Agreement: Read WAGFZ from S073

BADI_SD_V46H0001 SD Customer functions for resource-related billing

No.of Exits: 15

No.of BADis: 2

Former Member
0 Kudos

Hi,

Yes, it ispossible to add your functionality using BAdi's also.

you can use standard BAdi BADI_SD_SALES for your requirement.

Please reward points if helpful