2008 May 19 6:38 AM
Hi all,
Is there any FM/BPAI to update Connection object address.
with regards,
Sumanth
2008 May 19 11:11 AM
2008 May 19 1:51 PM
Hi,
Please find the below FM to update the address in the connection object.
SU_PDSCR_CONNOBJ_ADDR_MODIFY
ISU_PDSCR_CONNOBJ_CREATE
ISU_PDSCR_CONNOBJ_MODIFY
ISU_PDSCR_CONNOBJ_SAVE
Regards,
SASI KUMAR.D
2008 Jun 30 8:58 AM
2008 Sep 10 1:56 PM
Hi all,
I am facing an issue while using the FM: ISU_S_CONNOBJ_CHANGE to update a connection object address in the following manner:
CALL FUNCTION 'ISU_S_CONNOBJ_CHANGE'
EXPORTING
x_haus = wa_conobj_update-tplnr
X_UPD_ONLINE = co_flagged
x_no_dialog = co_flagged
x_auto = lwa_address
X_OBJ = lwa_object
IMPORTING
y_db_update = lwa_update
I am filling the values in the structures: lwa_address-addr_data & lwa_object-addr1_data_new. (Just filling 6 fields: CITY1, POST_CODE1, HOUSE_NUM1, HOUSE_NUM2, STREET & COUNTRY).
I am also using COMMIT WORK (at sy-subrc = 0). Still this FM is not updating the values.
2009 Sep 19 1:03 PM
Hi Guys,
I am facing the same problem. Usually all the FMs in ISU with '_S' work, but for connection object, I am not able to find any suitable way to modify it.
If anyone knows some other FM or how to make this FM 'ISU_S_CONNOBJ_CHANGE' work, please let me know.
Thanks & Cheers,
Ankit
2010 Jan 26 10:08 PM
Hi,
there is missing functionality in ISU_S_CONNOBJ_CHANGE for no_dialog option. See code directly.
Lada
2010 Feb 04 4:39 PM
Hi Nidhi,
I think you also need to populate the field City_Code in addr1_data_new structure because SAP internally allocates and identifies every City with the City Code.
Regards,
Puneet Jhari.