Hello!
Here's the question: Is there any way to reset 'sy-binpt' global value while i'm running a call transaction?
I know there is a variable called 'NOBINPT' which i can pass to 'CALL TRANSACTION' but there's a problem: If i use it, any actions i am storing in BDCDATA (values, OK_CODE's, etc) are not executed in the standard transaction. (I really don't know why and i wonder: what is this 'NO-BINPT' value for?)
I hope you can help me.
Thanks in advance.