joshua_jebamani
Explorer
Member since ‎2014 Aug 04

User Statistics

  • 27 Posts
  • 1 Solutions
  • 4 Kudos given
  • 1 Kudos received

User Activity

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...
Kudos from