jpsapabap21
Participant
Member since ‎11-05-2008

User Statistics

  • 63 Posts
  • 1 Solutions
  • 14 Kudos given
  • 56 Kudos received

User Activity

I have created a custom application in SAP UI5. The application is deployed in launchpad. The application is called from backend Gateway system using method DETACH_URL_IN_BROWSER of the class CL_GUI_HTML_VIEWER. So, basically the app opens in a...
I recently got a requirement to write a file on application server in excel format. This post explains how I reached to a solution and how to code the solution. Process At first, I thought its very simple. The first thing I did - created a tab separa...
I recently stumbled upon ABAP 7.5 documentation. I was interested to see what is new. But rather I got to know what is old. SAP now says that subroutines are obsolete. Shocked? Well, I was. I have been using performs and have always preferred them o...
Hello,I have a requirement to update condition values at service level in a Purchase Order.BAPI_PO_CHANGE does not have such option as it does not contain any table for passing the service condition data.For MM contract, I faced similar issue, but it...
Hello experts,I have got follwoing requirement.1. Implement additional authorization check at the time of logon2. Based on the result of the checks, direct user to different server / host.For example if the system has a central instance P12345 and on...