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_exit

Former Member
0 Likes
722

Hi All,

Kindly help me on this topic.

I am writing the code in include ZXVDBU01(customer exit,FM EXIT_SAPLVEDB_001).

FROM where i can trigger this include.

for test purpose theY have given one IDOC Number.

Please Give me the solution.

Thanks In Advance .

Thanks&Regards.

Ramu.

3 REPLIES 3
Read only

Former Member
0 Likes
471

Dear Ramu,

This User exit is used for

"Customer function for the selection of additional data from segments. Customer function to READ additional DATA from segment"

This customer exit is called in side the include LVEDBF49

put a break-point and check whether you are writing customer code at the right place.

In the FM IDOC_INPUT_ORDCHG at line number 55 there is a PERFORM interpret_idoc_orders. In this subroutine you have a PERFORM CUSTOMER_FUNCTION_IDOC USING IDOC_DATA.

inside that perform the customer function '001'

is being called.

Please mark for the helpful answers.

Regards

Srinivas Maddineni

Read only

0 Likes
471

Hi,

I am explaining my requairment,Please give me advise how to start the program.

basic idoc type ORDERS03,I Think this will create a schedule line for sales order.

1)i have data in segments

e1edk02-belnr puachase order number.

e1edp01-posex purchase order item.

e2edp01-menge quantity

e1edp20-edatu customer request date.

what have to do is : i have to get the Sales order number

and item from table vbfa.

i have to get the quantity from table vbep for these sales order number and item.

and i need to pass the values to appropriate internal table of the function module EXIT_SAPLVEDB_001.

THIS will make the no quntity update in the slaes order.

the include is ZXVDBU001.

FOR TEST PURPOSE ONE IDOC NUMBER THEY HAVE GIVEN.

I am triggering this include through WE19 TCODE.

AM I GOING WIRTE? FOR THIS TCODE.

And Plese give me the solution for this rquairment.

i have just short time to complete this task.

Kindly give information on this.

Thanks in Advance.

Thanks&Regards.

Ramu.

Read only

Former Member
0 Likes
471

HI Ramu,

You can trigger this function module if you want to do 'EDI Changes to Incoming Orders: Reading Additional Data' in one of the following Transactions.

VOE1 Maintain EDPST

VOE2 SD EDI Customer/Vendor

VOE3 SD EDI Partner Functions

VOE4 SD EDI Conversion

Write your code in that user-exit and execute any of these transactions.

Cheers...!

Jayaram...