Application Development Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 

Create Connection object in sap isu with function : ISU_S_CONNOBJ_CREATE

Former Member
0 Kudos

Hi,

I need create a connection object using the function ISU_S_CONNOBJ_CREATE in a program.

But, I complete some fields, REGIOGROUP included, but when I execute the program, the fields:

Regional structucture grouping REGIOGROUP

Maintenance plant SWERK

County code COUNC

NOT APPEARED IN THE SCREEN .

w_auto-addr_data-regiogroup = w_file-regiogroup.
w_auto-ehaud-regiogroup = w_file-regiogroup.
w_auto-addr_data-street = w_file-street.

w_auto-addr_data-house_num1 = w_file-house_num

w_auto-addr_data-city1 = w_file-city1.
w_auto-addr_data-post_code1 = w_file-post_code1.
w_auto-addr_data-country = w_file-country.
w_auto-addr_data-region = w_file-region.
w_auto-ehaud-swerk = w_file-swerk.
w_auto-ehaud-iwerk = w_file-swerk.
w_auto-addr_data-taxjurcode = w_file-taxjurcode.
w_auto-ehaud-counc = w_file-counc.
w_auto-ehaud-swerki = 'D'.

w_auto-addr_data-po_box = w_file-box.
CALL FUNCTION 'ISU_S_CONNOBJ_CREATE'
EXPORTING
* X_HAUS =
x_upd_online = c_x
* x_no_dialog = c_x
x_auto = w_auto
* x_addrcheck_off = c_x
* X_STRNO =
IMPORTING
y_db_update = v_db_update
y_new_haus = v_new_haus
y_exit_type = v_exit_type
y_new_ehau = w_new_ehau
EXCEPTIONS
existing = 1
foreign_lock = 2
general_fault = 3
invalid_key = 4
number_error = 5
not_authorized = 6
input_error = 7
OTHERS = 8.

The result when pass to the function

* x_no_dialog = ' ' for see the dialog,

these 3 fields are empty!!!

Anyone know what is happened????

Thanks!

Regards.

1 REPLY 1

oliver_mainka
Active Participant
0 Kudos

Hi Indi,

I think your question landed in the wrong corner of the SAP Community. This here is about SAP Device Management for IoT by Telit, which is a product to pipe and administer IoT data flows to SAP databases and applications. More info at

https://answers.sap.com/questions/135148/upload-meter-readings-from-external-system-to-sap.html. I'd suggest you re-ask your question at a utility Q&A corner.

Sorry that I cant be of more help,

Oliver