Hello gurus, I'm facing an odd problem trying to add item positions from Sourcing Cockpit to an existing bid. Of course, all the task is custom but not that complex; so far, I'm able to add…
Solved passing the internal table defining parameter as follows: CREATE DATA data_ref LIKE TABLE OF row. ASSIGN data_ref->* TO <data>. <data> = rows. PARAMETER-NAME =…
I agree with Matthew as the IF statement with EQ operator supports only exact comparing. If that's a sketch of code you found, then the string that satisfies that condition is exacly "$*$".…
Hello SreeKant, yes, you're right, that's an approach you can easily implement also using the wizard. As far as I know, it's not possible to trigger a popup with a view that it's in the current…
Hi Sinthu, I think you could bind your custom button to the standard FPM event "PRINT_PREVIEW". There's then a BADI , BBP_OUTPUT_CHANGE_SF, in which you could implement your specific logic.
Hello all, I'm working on an SRM 7 system and I need, in the RFx overview screen for a Bidder, to retrieve a link text which is placed in the item area of the IDR component (the link is the one to…
Hi all experts, I'm working on a custom development which deals also with entry modification/insertion in DB tables (both standard and custom). Shortly, an user can access to some data in "view…
Hi Bhavesh, if you're referring to the '#' problem, then note 1546761 is what you're looking for: https://service.sap.com/sap/support/notes/1546761 Consider that there are a couple of notes as…