2016 Jul 18 6:52 AM
Hello gurus!
Hope you are well.
I need to create a logic to check whether a document has been attached to a Warranty Claim (or not).
Could you please let me know which are the tables where I can check if attachment exists using Business Object (BUS2222) and object ID (claim number)?
Or if you know another way to check it, it would be much appreciated.
Thanks,
2016 Jul 31 9:22 AM
Hi Fioravanti,
The document can be checked in table SRGBTBREL by passing the warranty claim number in filed Instance ID (INSTID_A) and Object Type (TYPEID_A) as "BUS2222".
Regards,
T.R.S
2016 Jul 31 9:22 AM
Hi Fioravanti,
The document can be checked in table SRGBTBREL by passing the warranty claim number in filed Instance ID (INSTID_A) and Object Type (TYPEID_A) as "BUS2222".
Regards,
T.R.S
2016 Aug 01 12:00 AM
2016 Aug 25 12:41 AM
Hi Praveen,
I tried the same option but the table entry is not updated. any solution from your end
2016 Aug 25 1:32 AM
Hi, try to run the function module BDS_BUSINESSDOCUMENT_GET_INFO with the following Import Parameters: CLASSNAME: BUS2222 CLASSTYPE: BO OBJECT_KEY: claim number - CHAR 12, leading zeroes (i.e. 001000000215) this should show if for a specific claim attachments exists. Regards, Bruno
2016 Aug 25 7:49 PM
Hi Fioravanti,,
Thanks for sharing the Function Module details and fetching the claim with attachments.
Apart from functional module is there any other way to show the attachment in warranty claim let me know