ricky_shaw
Contributor
Member since ‎2011 Apr 20

User Statistics

  • 661 Posts
  • 15 Solutions
  • 28 Kudos given
  • 26 Kudos received

User Activity

Hi,I am trying to use the API's for Airport locations. The API is from : https://airport-info.p.rapidapi.com/I had written the code in ABAP(SE38) as below: In my code, I had created the  HTTP Object using cl_http_client=>create_by_url    Report ZAPIT...
Hi,I need to mass update a field in a Z*table that has 20Millions entries.I am using UPDATE Z*table set + COMMIT WORK while looping in an itab.I scheduled it as background job which is taking like 6-8 hrs..Is there any way to make this more faster?  
Hi,I need to move all the entries of my Z*table in a TR in SAP DEv system & to other SAP QA system.I happened to add the below in my TR Task attributes:Table Contents R3TR TABU TDDATTable Contents R3TR TABU TVDIR I see the column Function and when i ...
Hi,I am always being given an Excel sheet saying that it is having data with Tab, or CSV or Pipe delimited format.But when i open the sheet i could not find any Tab, or CSV(,) or Pipe Delimiters(||).How can i figure out the data format in excel? I di...
Hi,I need to add an extra Z*field as a column inside the table control in SAP std screens which will be called by tcodes ES21 & ES22.This ZZ* field is added in table EVERH .Screen Painter(Se51) : SAPLES20Hscreen # : 0200How do i do this?BADI : SMOD_E...