2005 May 17 10:02 AM
Hi all,
I'm not sure whether this is the right forum and if it isn't, please excuse me.
I have trouble with implementing a functionality on 4.6C: I need to know who has created a given order, but this information is not given by ALM_ME_ORDER_HEADER_GETDETAIL.
On 4.7 I do this through BAPI_ALM_ORDERHEAD_GET_LIST, but on 4.6C this function doesn't exist.
Thanks for any ideas,
Todor
2005 May 17 10:43 AM
Hi Todor,
I'm not very familiar with your topic, but if it's an order, it may be stored into table AUFK. Maybe a
select ernam
into aufk-ernam
from aufk
where aufnr = (your_order_number).
can help you. BR,
Alvaro
Hi all,
I'm not sure whether this is the right forum and if it isn't, please excuse me.
I have trouble with implementing a functionality on 4.6C: I need to know who has created a given order, but this information is not given by ALM_ME_ORDER_HEADER_GETDETAIL.
On 4.7 I do this through BAPI_ALM_ORDERHEAD_GET_LIST, but on 4.6C this function doesn't exist.
Thanks for any ideas,
Todor
2005 May 17 10:43 AM
Hi Todor,
I'm not very familiar with your topic, but if it's an order, it may be stored into table AUFK. Maybe a
select ernam
into aufk-ernam
from aufk
where aufnr = (your_order_number).
can help you. BR,
Alvaro
2005 May 17 12:56 PM
Thanks Alvaro, this works perfectly.
I have look the ALM_ORDER* functions, but no one of them returns the order's creator.
2005 May 17 1:22 PM
Hi todor,
The Tables parameter of the said FM has the structure ALM_ME_ORDER_HEADER. This has the field ENTERED_BY. I thought that was what you were looking for.
Regards,
Anand Mandalika.
2005 May 17 1:37 PM
Yes, it does, but this field isn't filled when I'm calling the function. Perheps I have to configure something, but now with the SELECT I'm doing the work.
2005 May 17 11:48 AM
Hi Todor,
I think the FM <b>ALM_ME_ORDER_GETLIST</b> is what you would be requiring in 46C. If it isn't, then please get back. We shall see if there's something esle available.
Regards,
Anand Mandalika.
2005 Sep 29 5:58 PM
Todor, I am having trouble calling the BAPI_ALM_ORDERHEAD_GET_LIST from VB please could you help on what data I feed to the DISPLAY_PARAMETERS input
2006 Jan 03 11:24 PM
I'am starting with 4.6C calls do with work orders. I would appreicate if you can send me Function calls that you have used as examples.
Thanking you
Best regards
Ramesh