We are taking steps to make our moderation process friendlier while ensuring that SAP Community continues to comply with the Digital Services Act (DSA). Learn more in this What’s New post.
Dear Friends, I am experiencing a strange behaviour in my report. I need to give a popup to display the contents individually in a ALV List output. I used REUSE_ALV_POPUP_TO_SELECT to display the popup when I click each item. This see...
Have you tried it with FormCalc.Here is an example using FormCalc.if ( data.#pageSet[0].Page1.proc_type EQ "XYZ" ) then$.presence = "visible"else$.presence = "hidden"endif