cancel
Showing results for 
Search instead for 
Did you mean: 

Summery button functionality in Service Request

0 Kudos

Hi Folks ,

I just want to know can we over wright name of standard attachment file , when we click on summery button there we can add or preview our custom template (copy of standard one) , Once this attachment got saved in attachment tab , it got saved as <summary_date_time>. Can we add our custom name instead of standard name after clicking on add button .

Kindly provide your valuable input.

Accepted Solutions (1)

Accepted Solutions (1)

former_member240432
Active Participant

Hello Sunny,

After researching our internal documentation about this, it seems that you cannot do this by standard means. In order to change the name of the summary file that is getting generated, for example in tickets scenario, there is a BADI which can be implemented in the relevant system. Our suggestion is to reach a custom development partner for the next steps on this business need, okay?

We wish you a nice day ahead, bye!

0 Kudos

Thanks Dear,

I will try to find a BADI in SAP SDK.

I think you are talking about Enhancement option available in repository, am I right?

former_member240432
Active Participant

Indeed Sunny, that is correct. Please vote up if the answer was helpful, have a nice day! =D

0 Kudos

Hi Fabio,

I have accepted and like your answer , but I don't know how to vote or give point to someone , pls help me.

I have few more doubt : -

1. As you said I have implemented a Badi called Maintained_Summary_Attachment_Name and successfully rename file name but as in standard name system concatenate Date and Time to filename but I could not get current Date and Time in Enhancement implementation absl. Kindly help me to do this.

2. I have to read PDF by SDK code based on Template Code , Below is the code .

var FormTemplateCode : OutputRequestFormTemplateCode;

FormTemplateCode.content = "C3101"; // ZEEA3 custom attachment code

var FormTemplateLanguage = "E";

docName = "test2.pdf";

doctype.content = "10001";

var PDFDocument = OutputManagementUtilities.GetPDF(this,FormTemplateCode,FormTemplateLanguage);

I did not get any content in PDFDocument of above FormTemplateCode.

Answers (1)

Answers (1)

0 Kudos

This is screen shot of name that got saved in attachment tab.

summary-button.png