function-module Questions
3
Solved
With ABAP construction STARTING NEW TASK I can start a separate task running independently of the current, e.g. for batch execution.
I would like to hand over an Object instance RFC functions don'...
Walking asked 4/7, 2011 at 13:36
1
Solved
I'm debugging a solution where a program in one SAP system (A) calls a remote-enabled function module in a different SAP system (B) via RFC connection.
Is there a way to 'test-run' the RFC from A,...
Osteotome asked 28/9, 2016 at 16:49
1
Solved
I have the following piece of code.
REPORT ZZY.
CLASS lcl_main DEFINITION FINAL CREATE PRIVATE.
PUBLIC SECTION.
CLASS-METHODS:
convert_to_xstring
IMPORTING
i_param1 TYPE i
i_param2 TYPE i
...
Pantomimist asked 23/5, 2016 at 17:4
1
© 2022 - 2024 — McMap. All rights reserved.