Application Development and Automation 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: 
Read only

so_object_read returns 1 line in OBJCONT table

Former Member
0 Kudos
3,036

Hello,

I enter the folder data and the object data and recieve in the export parameters the correct data about the file, but in the OBJCONT table i recieve only 1 line, for all file sizes and types.

Anyone had this problem?

Thanks,

Moshe

1 ACCEPTED SOLUTION
Read only

Sandra_Rossi
Active Contributor
0 Kudos
1,183

It's because you call a low level function module; instead, call so_document_read_api1, which is supported by SAP.

2 REPLIES 2
Read only

Sandra_Rossi
Active Contributor
0 Kudos
1,184

It's because you call a low level function module; instead, call so_document_read_api1, which is supported by SAP.

Read only

0 Kudos
1,183

Thanks Sandra. It worked!