Hi Toshit,
Below are 2 ways to get your required details,
1. Table - VIAUF_AFVC
Pass Order#(AUFNR) & Operation#(VORNR) in table VIAUF_AFVC & get
| Work | ARBEI |
| Unit of Work | ARBEH |
| Duration | DAUNO |
| Unit of Duration | DAUNE |
| Act Work | ISMNW |
| No.of Persons | ANZZL |
| Activity Type | LARNT |
| Operation/Activity | VORNR |
| Control key | STEUS |
| Operation short text | LTXA1 |
| Work Center | ARBID |
2. Table - AFKO, AFVV & AFVC
this is very lengthy process but you will get additional details related to operations.
Pass Order#(AUFNR) into AFKO & get AUFPL
Pass AUFPL + Operation#(VORNR) into AFVC & get
| No.of Persons | ANZZL |
| Activity Type | LARNT |
| Task List Type | PLNTY |
| Group | PLNNR |
| Counter | ZAEHL |
| Operation/Activity | VORNR |
| Control key | STEUS |
| Operation short text | LTXA1 |
| WC | ARBID |
Pass AUFPL + Operation#(VORNR) into AFVV & get
| Work | ARBEI |
| Unit of Work | ARBEH |
| Duration | DAUNO |
| Unit of Duration | DAUNE |
| Act Work | ISMNW |
Thanks.
Amol