aminpranal
Explorer
Member since ‎2021 Mar 04

User Statistics

  • 21 Posts
  • 1 Solutions
  • 6 Kudos given
  • 1 Kudos received

User Activity

Hello Folks,I am facing an issue due to which I need to make an improvisation on the below SELECT statement: SELECT objectclas objectid changenr tabname tabkey fname chngind value_new value_old FROM cdpos INTO TABLE lt_cha...
Hello Folks, We are using the following statement OPEN DATASET l_file FOR OUTPUT IN TEXT MODE ENCODING DEFAULT. As per SAP F1 help the if the file does not exist it'll create one, This is happening intermittently sometimes a retry will sol...
Hello Folks, There is a requirement received to update lock relevant fields in Material master through ABAP report. The fields are kept lock relevant so that users are not allowed to manually change these fields. Is there any way to achieve thi...
We are using a Custom program to update the document version from BOM Document in to the Material Document by using a common linkage document. What we have observed is that this FM: BAPI_MATERIAL_SAVEDATA is not updating the field ZEIVR (Document v...
We have a requirement wherein we need to log the Workflow at runtime with all possible messages and node numbers (steps) which will be mailed to respective users making it easier to diagnose in case its stuck or failed. I am trying to find a way to g...