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

problem with inbound idoc creating representative number VTRNR

bala_krishna007
Participant
0 Likes
951

Hi,

I am reprocessing an inbound idoc in quality system and the inbound idoc is creating representative number VTRNR, I want to know the process in which the system is using to create an representative number VTRNR by using session method or call trnasaction, I tried keeping a break point at both the calltransaction and call function but it didnt help . please let me know how to find out this .

thanks,

balu

Hi,

I am reprocessing an inbound idoc in quality system and the inbound idoc is creating representative number VTRNR, I want to know the process in which the system is using to create an representative number VTRNR by using session method or call trnasaction, I tried keeping a break point at both the calltransaction and call function but it didnt help . please let me know how to find out this .

thanks,

balu

1 REPLY 1
Read only

former_member208149
Participant
0 Likes
782

Hi Bala,

First you should try keeping your breakpoints in FM 'OPEN_BDC_GROUP' and statement CALL TRANSACTION. The former is used for session method while later is for call transaction method. If, for some reason you could not get to it, you can try keeping a breakpoint in FM 'NUMBER_GET_NEXT' which generates the new Representative No. (VTRNR) and once the breakpoint is hit, you can check the call stack.

A piece of caution: In case of session method, FM NUMBER_GET_NEXT might not be hit as for that you have to debug the BDC session from SM35.

Regards.