cancel
Showing results for 
Search instead for 
Did you mean: 

Table name where details of attachment are stored - /MRSS/RM_REQUEST

Former Member
0 Kudos

Dear all ,

I am working on MRS module - on the Webdynpro component /MRSS/RM_REQUEST .

The view V_REQUEST_DATA has a provision of uploading a file .

I wanted to know which data will store the contents of this upload file against the request number once this request is saved.

I analyzed the issue by debugging , but am clueless about the table/ cluster name for the same.

Regards

Supriya M

Accepted Solutions (0)

Answers (2)

Answers (2)

ramakrishnappa
Active Contributor
0 Kudos

Hi Supriya,

As I don't have access to MRS components, cannot point to the correct place.

But If your attachments using GOS, these will be stored in table SRGBTBREL. Check out if your attachment goes into this table.


Otherwise, as suggested, set the SQL trace just before your do attachment function and after completion of it, find out the table used for attachments.


For setting sql trace in WDA:



Hope this helps you.


Regards,

Rama

former_member184578
Active Contributor
0 Kudos

Hi,

Use SQL trace and find the table used for the same.

Regards,

Kiran