‎2007 Feb 13 5:29 PM
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.
‎2007 May 23 8:17 AM