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...
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
(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?
i have built a API in abap (dynamic crud operations), for example to get the details of students with country INDIA, i will put that in internal table of database table structure and pass it to the READ table as importing parameter. Within read metho...