kzak
Explorer
Member since ‎07-05-2013

User Statistics

  • 30 Posts
  • 1 Solutions
  • 9 Kudos given
  • 19 Kudos received

User Activity

One of our client had a problem after implementing after importing a transport, dumps are seen when accessing transactions such as SE11, SE38, SE80, SPAM and SAINT: There was no possibility to import transports to fix it because there were dumps whil...
My requirement is to send Purchase Requisitions from APO to non SAP external system via PI .(process integration) What is the best way to accomplish this task? Is there any BADI that I can use?
This code snippets gets last X numbers of characters from variable. form get_last_characters using iv_value iv_num_of_chars changing cv_value.   data lv_offset type i.   lv_offset = strlen( iv_value ) - iv_num_of_chars.   if lv_offset < 0.     cv_val...
I'm coding a report which1) get data from DB2) process them3) append to internal table 4) save as a local file from that internal table.Is it possible to create a test (unit test or something) where I run my report and after execution compare current...
I present Abap Editor Shortcuts. i hope it will be useful I could not find on the internet so I created this post entry This is from file C:\Users\USER-NAME\AppData\Roaming\SAP\SAP GUI\ABAP Editor ID Verbose Name Description Shift Ctrl Alt Key ...