2007 May 19 7:45 AM
Hi All,
From which table, We can get the Released PROCESS ORDER NUMBERS.
With what field reference we can fetch.
Please help me in this regards.
Regards
Deekshitha.
Hi All,
From which table, We can get the Released PROCESS ORDER NUMBERS.
With what field reference we can fetch.
Please help me in this regards.
Regards
Deekshitha.
2007 May 19 7:48 AM
2007 May 19 7:52 AM
Hi
Just by joining the tables AUFK and JEST you will get all released process orders.
select aAUFNR bstatus into table ITAB from AUFK as a join JEST as b
on aobjnr = bobjnr
where a~aufnr in s_aufnr and
b~status = 'REL'.
Check the field name in JEST table (status).
Reward points if useful
Regards
Anji
2007 May 19 8:01 AM
hi
pass objnr to the fm STATUS_TEXT_EDIT...if the string doesn't contain REL, then it's not released
if helpful, reward
Sathish. R
| User | Count |
|---|---|
| 6 | |
| 2 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 |