cancel
Showing results for 
Search instead for 
Did you mean: 

cl_usmd_app_context MV_CREQUEST_ID MV_CREQUEST_TYPE MV_WI_ID are blank

0 Kudos

Hi Expert,

We are trying to upload data through File Upload in MDG the API method cl_usmd_app_context attributes MV_CREQUEST_ID MV_CREQUEST_TYPE MV_WI_ID are filled blank but when we do DTIMPORT single process or mass changes this API method attributes filled with respective CR type CR ID.

Kindly help on this issue.

Regards

Sajid

Accepted Solutions (0)

Answers (2)

Answers (2)

Peranandam
Contributor
0 Kudos

Usmd App context will be instantiated when we create CR in foreground using MDG applications. When you create CR in using file upload or DIF context API not be instatiated. Try to access CR attributes via GOV or CONV API to avoid this issue

former_member218472
Participant
0 Kudos

Hi Mohammed,

Normally APP Context is filled in Set Env. method of Conv. API by calling INIT_CONTEXT method of cl_usmd_app_context.

So in my view in your File Upload the above scenario is not happening but in DTIMPORT it is calling.

I would suggest you to compare the Stacks of both File Upload and DTIMPORT by keeping break point in INIT_CONTEXT and check why App Context Class method is not being called in File Upload and why it is calling in DTIMPORT.

Thanks,

Mahesh