What is Transaction to view the Workflow status ?
a) SWDD
b) SWI2_FREQ
c) SBWP
d) SPRO
Answer Posted / paramita ghosh
YES. SWDD :: WORKFLOW BUILDER
| Is This Answer Correct ? | 3 Yes | 4 No |
Post New Answer View All Answers
What are the steps to execute session method?
How to display if the value entered contains records or not?
What are system fields for secondary lists?
Filter badi and multiple used badi? Will the sequence matter of the badi implementation in case of multiple used badi?
What is time constraint ? : abap hr
What is table buffer?
Define abap/4 layer? : abap data dictionary
Explain Catch Command in ABAP?
can anybody give me functional specification (or table name & field names) of stock analysis report, work in progress report,generating vendor detailed list
What are the system fields you have worked with? Explain?
There is a delivery that is being created through the ABAP code and in the middle it says delivery created but someone is modifying , how would you rectify this issue
what is difference between set screen and call screen ?
What is locking ?
What are the different types of parameters? : abap modularization
data:zxyz type xyz. where xyz is a standard sap structure where it contains data type fields and line type (refer to other structure) fields. my question is how to assign values to field zxyz-str-matnr where str is a structure inside xyz structure.