Hi
I am experimenting with parallel processing.
I have called multiple FMs as tasks, and they trigger their own closure method once completed.(ON END OF TASK)
Each method will be updating a single, global internal table based on outputs from ea...
Hi,
I have created an attribute view, for learning purposes.
I have joined three tables SFLIGHTxSBOOKxSCUSTOM, as shown in the below image, using LEFT OUTER JOIN.
The 'Raw Data' output of this view looks like below.
Why are Telephone and E...
Hi,
I am creating and storing a persistent class object.
I use the agent class ZCA_* method CREATE_PERSISTENT to do this.
Once i fill in the necessary data and execute COMMIT WORK, the data is saved to the DB table.
But how do i get the GUID ...
Hi,
I recently developed a FM to allow me to convert excel content to an internal table of any SAP structure/table type.
i.e., if i have an excel sheet with VBAK table content, I just have to pass the excel file path and the string 'VBAK' to this...
I have developed an FM 'Y_EXCEL_TO_ITAB ', which takes an excel file name and a structure/table name as inputs. And parses the excel content into an internal table with the same structure given as input.
Background:
SAP has provided us the means to...
Hi Sandra,The variables inside each of the closure methods are local to them. Depending on the task, different methods are called at the end. One task will be returning EVER table entries, another will be returning ERDK entries and another will be re...
Thank you Michael.You are correct. They are from different clients. It became clearer once i added MANDT to output and join condition.Edit: I think your response is a comment instead of an answer. So i could not mark it accepted!
Hi Sathya,That was my understanding when i first reviewed it.But there seems to be a subproject 'https://blogs.sap.com/2010/09/06/xlsx2abap-read-and-edit-your-excel-files-from-abap/'.And, according to the author (ivan.femia), this (xlsx2abap) is now ...