cancel
Showing results for 
Search instead for 
Did you mean: 

/sapsrm/wdc_do_appr_note method where the approval text is getting displayed

Former Member
0 Kudos

Hello All,

I was trying to find out from which method approval note is getting filled.

The reason why I trying to fnd out is whenever there are some initial texts in this approval text view area say for eg: approver text date 23.10.2019 or so then the approval text is getting displayed . But in case there is nothing initial in this approval text view. I see that the text is not alll getting displayed.

Can any one suggest the reason if they have already observed or can anyone suggest me from where and which method will have the approval text data stored.

Thanks in Advance!

Good Day

Sana

Accepted Solutions (0)

Answers (1)

Answers (1)

julia_bender
Active Participant
0 Kudos

Hi Sana,

I don't know your application at all - but you could start debugging and analyzing by setting a breakpoint within constructor of class CL_WD_TEXT_VIEW to see from where the text is getting filled for this element. It could also be that the text is bound against a context, then it is a bit harder to find out where the data is coming from.

Best regards and good luck,

Julia