2023 Apr 24 10:44 AM
Hello all,
I am currently working on a project that requires me to add some aditional fields to COOIS and I am wondering what is the known connection between Orders in general and Operations.
The data I circled red is the one I want to end up displaying in COOIS only that line but dont know how to aproach the selection I know this data is saved in the DB AUFK but I cant find anything that connects orders and Operations in there any help is welcome.
Cheers
András
2023 Apr 24 12:14 PM
Look at an FM such as CO_DB_AFVGD_ARRAY_READ which fills this structure from database, the input parameter definition is a hint to link this to AUFK.
2023 Apr 24 10:58 AM
Don't you know how to find any screen's field information? It's SAP 101...
In your case, AFVGD-VORNR for the operation. I'll leave to you the easy-but-not-trivial task to find the relationship between AFVGD and AUFK.
Another option should be to use the search facility on this site. I'm pretty sure there are a lots of questions asking for that same information.
Just wondering: are you aware that you can have more than one operation in each order, right? Do you know which one of them will you use to add the information to the COOIS output?
2023 Apr 24 12:14 PM
Look at an FM such as CO_DB_AFVGD_ARRAY_READ which fills this structure from database, the input parameter definition is a hint to link this to AUFK.