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 find whether a dispute case has got an attachment?

Former Member
0 Kudos

Hi All,

In dispute management, I need to find out any attachment is there for a dispute case or not. For a dispute case, i can go to the 'services for object' icon at the top left corner of the screen and click on the attachment to check anything is attached. But instead of checking like that, i need to provide something like a checkbox in the screen, to show it has got an attachment. My issue here is how do i know that dispute case has an attachment and how can i find it. How the dispute case is linked to attachment and where can i get these details. Any BADI or anything will help? Please provide some pointers, it would be of great help.

Thanks in advance,

Srilakshmi.

2 REPLIES 2

Former Member
0 Kudos

Switch ST05 before pressing attachment button, you can get the database table which have the required info.

Hope its help you.

Former Member
0 Kudos

Got the answer, if a dispute case has got an attachment then an entry will be present in table SRGBTBREL. Here field INSTID_A is CASE GUID of table SCMG_T_CASE_ATTR.

Edited by: Srilakshmi Moola Ram on Nov 25, 2009 11:50 AM