on 2020 Jul 29 9:31 AM
Hi experts.
I want to access the data of the ODR in my PPF for PDO (detail - I need the ASN which is saved in ODR as reference document on header level) for the schedule condition of my PPF in PDO.
As the commit is not yet done, all the DB tables (e.g. /SCDL/DB_REFDOC) are not yet updated, and in the schedule condition I only have access to the PDO itself..any idea how to access this?
Thanks
Michael
Request clarification before answering.
Got it - you can use the reference document number of the item (ODR) and then acess the data by using
DATA(lo_bom_odr) = /scdl/cl_bo_management=>get_instance( ).
DATA(lo_bo_odr) = lo_bom_odr->get_bo_by_id( lt_refdoc[ 1 ]-refdocid ).
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
| User | Count |
|---|---|
| 12 | |
| 10 | |
| 8 | |
| 2 | |
| 2 | |
| 2 | |
| 2 | |
| 1 | |
| 1 | |
| 1 |
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.