danielgonzalez
Explorer
Member since ‎2013 Apr 18

User Statistics

  • 37 Posts
  • 1 Solutions
  • 1 Kudos given
  • 3 Kudos received

User Activity

Hi all, I'm using SFAPI to query the JobRequisition entity from SuccessFactors Recruiting module. I'm having problems with a specific field which is defined as a multiselect picklist. It stores several values but the query only gets one of the...
Hi all, I need to do a http request adding a specific cookie. It's working fine except the cookie part. It seems the cookie is not being sent according to the responde I'm getting from the server. This is the piece...
Hi all, I have generated an ABAP Proxy from a wsdl, created the Logical Port in SOAMANAGER and it's working fine except for the fact the server is expecting the request to have a specific cookie. As every cookie, it has to be added into the HTTP He...
Hi all,I have an ALV in which I resort to use a subroutine to calculate a subtotal value because the standard way adding up all the values doesn't fit my requirements.The ALV grid shows the correct value but when it's exported in any format the subto...
Hi all,I have a requirement in which I have to generate two files with TS FPY1, one file for data with sequence type RCUR and one more file for data with sequence type FRST. It has to be done with just one run. I managed to do with two FPY1 runs but ...