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: 

How to update multiple Images in BAPI/RFC

Former Member
0 Kudos

Dear Friends,

Requirement is: one or more images needs to SELECT or  INSERT from/into Custom table via RFC,

veriable is declared in Table Tab as

Receipts like zfiletab

Zfiletab is a custom table, in that fields are:

zperno type persno

seqnum type adspc_seq

filename type char255

filecontent type XSTRINGVAL

filedir type char255

this filecontent is not allowing in Table tab, but allowing Export and Import tabs.

but i have multiple images to read or write.

Please suggest me.

1 REPLY 1

Former Member
0 Kudos

Dear Friends,

Normal FM is accepting FileContent as XString in table tab, when i click on RFC radio button, it shows an error.

requirement is: when emp upload multiple receipts from non sap, they can call RFC to update receipt details in SAP.

for single receipt, this structure can declared in import and exports, how do we send multiple receipts  from non sap to sap.

each employer can have one or more receipts.

share your ideas.