Quantcast
Channel: SCN : All Content - Web Dynpro ABAP
Viewing all articles
Browse latest Browse all 3667

Enhancing Logic in Web Dynpro

$
0
0

Hi Experts,

                  I have a requirement to Change the address entered by employee on the portal to Upper Case. I am unable to find the Method of a component where i need to write my logic. Shown below is the requirement.

 

When Employee Enters the Data and Press Save the address entered automatically needs to be changed to upper case.

01.png

When Right Click for Technical Help. I found the details Shown below.

02.png

I try to debug the Component FPM_FORM_UIBB. The break point stops in Method "FLUSH". It is trying to pass the feeder class and the data form the screen in mt_changelog. I tried to keep break point in Feeder Class "CL_HRESS_PER_DETAIL" it didn't stop. Not sure where the system is getting the data from the screen into mt_changelog. I can change the code to make it into upper case if i know it. Please help.


"  if MV_UPDATE_CHANGELOG_CALLED = abap_false.

     update_changelog( ).

   endif.

* changelog update was called once in the eventloop --> reset

   MV_UPDATE_CHANGELOG_CALLED = abap_false.

 

 

   ms_feeder-feeder->flush( exporting  IT_CHANGE_LOG = mt_changelog

                                       IS_DATA       = MR_DATA

                          )."

 

Thanks,

Vishnu


Viewing all articles
Browse latest Browse all 3667

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>