List of Contributions

Christian Haklar

Contact Details

My Content

1 to 3 of 3 total
Posted By Christian Haklar 08-26-2024 12:05
Found In Egroup: Automate
\ view thread
Is there a best practice method of using Studio to extract data via an FM? I'm trying to use BAPI_BUS1077_GETDETAIL to read specification data, then use that data to create a new specification with BAPI_BUS1077_CREATE, but if I'm using an XML output I can't chain the scripts, and if I'm using excel I ...
Posted By Christian Haklar 07-08-2024 04:03
Found In Egroup: Automate
\ view thread
We have a custom FM that we want to use in winshuttle, so we made it remote enabled. It now shows up in the list, but I'm still unable to select it properly, studio is not pulling in the field list. Are there any requirements besides being remote enabled for a function module to be usable in studio? ...
Posted By Christian Haklar 03-06-2024 10:48
Found In Egroup: Automate
\ view thread
Hello! I have a solution that uses 10+ scripts chained together. I need to make some modifications in script number 4, is there a quick and easy way to do this? Usually I have to download the whole thing, separate all scripts, change the one I want, then re-link them together again. I was wondering ...