Application Development and Automation 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: 
Read only

User Exits available in BAPI_SALESORDER_CREATEFROMDAT2

Former Member
0 Likes
1,916

Hi all,

Can anybody help me out in finding the user exits available in BAPI_SALESORDER_CREATEFROMDAT2?

Points will be rewarded.

Regards,

Mayank Agarwal

Hi all,

Can anybody help me out in finding the user exits available in BAPI_SALESORDER_CREATEFROMDAT2?

Points will be rewarded.

Regards,

Mayank Agarwal

5 REPLIES 5
Read only

Former Member
0 Likes
1,221

Hi,

1) CSO_BAPI_CPY_START_B

2) CSO_BAPI_CPY_START_E

3) CSO_BAPI_READ_END

4) CSO_BAPI_SAVE_AFTER

5) CSO_BAPI_SAVE_BEFORE

6) CSO_BAPI_SIMU_AFTER

7) CSO_BAPI_SIMU_BEFORE

<b>Please reward if helpful.</b>

Read only

varma_narayana
Active Contributor
0 Likes
1,221

Hi Mayank..

Open the Source code of this FM in SE37.

Using the FIND button search for the Key word

1. <b>CALL CUSTOMER-FUNCTION </b> --- To find the Function module exits

use the MODSAP Table to find the enhancement name.

use CMOD tcode to implement the enhancement

2. CL_EXITHANDLER->GET_INSTANCE -- To find the BADIs

use SE18 To find the BADI definition

use SE19 To create the BADI implementation

REWARD IF HELPFUL.

Read only

0 Likes
1,221

Hi Varma,

I opened BAPI_SALESORDER_CREATEFROMDAT2 in SE37. Then i wend into edit->find-><b>CALL CUSTOMER-FUNCTION</b> in Main program.

I could not find any successful result.

Can you please help me in finding the user exits for the same?

Points will be rewarded.

Regards,

Mayank Agarwal

Read only

Former Member
0 Likes
1,221

These are the BOR's related to sales orders

BUS2030 (Customer inquiry)

BUS2031 (Customer quotation)

BUS2032 (Sales order)

BUS2034 (Customer contract)

BUS2035 (Customer scheduling agreement)

BUS2094 (Credit memo request)

BUS2096 (Debit memo request)

BUS2102 (Returns)

BUS2103 (Free of charge subsequent delivery)

The fn modules related to Sales order are

SD_SALES_HEADER_MAINTAIN

SD_SALES_ITEM_MAINTAIN

The program for test data info is SD_CREATE_TEST_DATA

The idoc types are

ORDERS01 - ORDERS04

ORDERS01 - ORDERS04

ORDERS01 - ORDERS04

ORDERS03 - ORDERS04

ORDERS01 - ORDERS04

ORDERS01 - ORDERS04

INVOIC01 - INVOIC02

the workflow available are

TS00008046

TS00008115

TS00408087

TS20000117

<b>PLease reward if helpful.</b>

Read only

George_Lioumis
Active Participant
0 Likes
1,221

Hello,

this BAPI creates Sales Order, so, any user-exits available for online processing (VA01, VA02) also apply to it. Therefore, here you are pal:

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

Reward if helpful.

Cheers,

George