karthikeyan_p3
Contributor
Member since ‎2011 Jun 27

User Statistics

  • 235 Posts
  • 36 Solutions
  • 0 Kudos given
  • 26 Kudos received

User Activity

In some exceptional case, we may need to analyze the program scheduled as background job in non -development systems. We can accomplish this using below ways.JDBG (Job debugger)Debugging the work process in SM51If the job ends immediately before reac...
Note: The ASSIGN technique which I have used in this blog is NOT Recommended by SAP. Please go through the comments section of  ASSIGN – Life made easy. before reading this.Recently I was working on a custom VOFM routine implementation. My functional...
Hi all,We have cases were SC is approved in SRM but the XML messages fail in backend ECC system when trying to create PO. We have a requirement to notify this to the buyers and they need to be allowed to edit such SCs after maintaining necessary data...
Hi all,I am looking for a BAPI which has extensionin interface parameter to create Inbound delivery. I have searched the forums and got BBP_INB_DELIVERY_CREATE which works perfectly, but I don't have any option to transfer my custom fields value in t...
Hi all,I could not figure out this particular case in Production system.I have a background task which is synchronous, it calls a custom method to create a FI document. On an average there will be 3000-4000 workitem get generated for this task. Out o...