arijit_dutta
Explorer
Member since ‎05-28-2014

User Statistics

  • 15 Posts
  • 0 Solutions
  • 6 Kudos given
  • 38 Kudos received

User Activity

Field symbols in ABAP are akin to pointers in the C language, offering a dynamic approach to memory allocation. Unlike traditional variables, field symbols do not hold any memory themselves; instead, they serve as pointers to specific memory location...
Introduction: This blog post will describe in detail how to trigger email using using Rule Base Workflow(WS60800086) Requirement: Bank data in vendor master data when changed (Account no., IBAN, A/C holder name, etc), or deleted, an email notifica...
Delete/Release that lock entry and start working on that object immediately     Go to T-Code SM12. Provide the user id of the person who has locked the program and hit list.   You will get the list of all locks under his id.   Identify and se...
Debugging FM in Background Task:   Running a module in back-ground task means assigning the module to separate LUW. To debug our background task we need to switch on Do not process in debugging mode as shown below ...
Not Applicable anymore - Removed