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

Take some data while doing a CALL TRANSACTION

Former Member
0 Likes
378

Hello,

I am trying to make a call transaction to HU02 (standard). The problem is that when I do this, I generate a handling unit.

My call transaction is next:

CALL TRANSACTION 'HU02' USING I_BDCTAB

MODE 'A' UPDATE 'S'

MESSAGES INTO IMESSAGES.

The problem is that in the messages it doesn't say the number of my new handling unit and I need to know that name.

I would like to know how can I obtain that number. Can I save the number while I am doing the call transaction??

I know that I can use, export and import sentences, but this is an standar program and I can't make any change on it.

How can I resolve my problem??

Thank you very much in advance.

Best regards.

1 REPLY 1
Read only

Former Member
0 Likes
334

I have already resolved the problem.

Thanks