former_member595551
Explorer
Member since ‎2018 Sep 02

User Statistics

  • 7 Posts
  • 0 Solutions
  • 4 Kudos given
  • 2 Kudos received

User Activity

i want to trigger a workflow, when asset is created in AS01, after all approvals are completed then get the workflow container variable WI_RESULT (which is holds the decision status) back to make conditions.Like if approved some sort of code, if reje...
in amdp database procedure, how to call function module like 'number_get_next' or class method 'typedescr' of backend abap system
i am doing crud operations using amdp methods, and passing internal table as a import parameter, so not able to loop that internal table and generate WHERE condition for each record in internal table and do SELECT statement from database
how to raise custom error message, if condition fails inside amdp method and catch it in report?
(1) WHENEVER WE ASSIGN SOMETHING, SYSTEM IMPLICITY UNASSIGN FOR NEXT ASSIGNMENT, THEN WHEN TO USE EXPLICIT " UNASSIGN " KEYWORD (2) WHEN WE ASSIGN RECORD OF INTERNAL TABLE, AS WE CHECK FOR '' IS ASSIGNED ", IT'S GOING FOR INFINITE LOOP. WHY?