cancel
Showing results for 
Search instead for 
Did you mean: 

Need a function module to Create DMRs in Back ground

Former Member
0 Kudos

Hello Experts,

I have requirement of creating DMRs in back ground job.

All the images(.JPG) will be palced in Network directory or Application server. Our appliaction server is running on UNIX OS.

In night job mode, my program should read the images and create DMRs. I am using FM: CVAPI_DOC_MAINTAIN to create DMRs. It is working fine on foreground from network directory but not from application server. In back ground it is failing to read network directory and failing to create DMRs.

Please let me know the how can I create DMRs in back ground job.

Thanks in advance,

Shiv Kumar

Accepted Solutions (0)

Answers (1)

Answers (1)

christoph_hopf
Advisor
Advisor
0 Kudos

Hi Shiv,

may SAP note 504692 could be useful for you. Please note that regarding the background creation process it is necessary to hand over the connection value SAPHTTP or SAPFTP to the function module so the correct connection to the backend system can be made.

Maybe transaction SXDA could also be helpful for your scenario of mass document info record creation.

Best regards,

Christoph