Aloha
To Transfer the flat and fllor of SRM to MM Modul we use the BAPI BBP_CREATE_BE_PO_NEW (for orders) and BBP_CREATE_BE_RQ_NEW (for requests).
In the BAPI **RQ** in Line 234/235 we find the following entries:
LINE 234: lh_RQ_ADDR-floor = ls_PARTNER-floor
LINE 235: lh_rq_ADRR-room_no = ls_Partner-room_no
These are necessary to transmit romm numer an floor.
Unfortunately, I find These entries not in the BAPI **PO**, so i get the room number/floor in requests but not transmitted in Orders.
Does anyone know the entry, so that this Information be transmitted in order?
Thank you and best regards