cancel
Showing results for 
Search instead for 
Did you mean: 

Calling FM SCMS_HTTP_CREATE_FILES fails when called from WDapplication

Former Member
0 Kudos

When this FM is called in a report from SAP GUI this works fine.

However this fails when calling in the method of a WDA.

Can anyone help?

Is something needed to be configured in SICF?

Accepted Solutions (1)

Accepted Solutions (1)

ChrisPaine
Active Contributor
0 Kudos

if you drill into this function module you'll find it calls FM GUI_UPLOAD

SCMS_HTTP_CREATE_FILES->SCMS_UPLOAD->SCMS_CLIENT_TO_R3->GUI_UPLOAD

If you search the forum, you'll find that these GUI dependent function calls cannot be used in the WDA context.

I'm afraid you'll have to go about it in a different manner.

Answers (1)

Answers (1)

Former Member
0 Kudos

yes, SCMS_HTTP_CREATE_FILES does not work from WDA. It's meant to use with GUI.

Instead, try   CALL FUNCTION 'ARCHIV_CREATE_TABLE'.