Hello all,
I've got a query in BEX with some key fields to display and also need to perform some calculations not supported in bex formulas.
I think this could be made in a BEX user exit and I'm trying this by creating a project in CMOD assigning EXIT_SAPLRR0_001... Working with INCLUDE ZXRSRU01 and so on.
I just want to know if this is possible this way because I execute my query and the variable created never get any value at runtime.
Could anybody help me or give an idea on how to use BEx user-exits?
Thank you very much,
Carlos Hinestrosa.
Hi Carlos,
in BEx you can use two type of exits: the first one that is related to variables (and here you can do only static calculation with no relation to actual processed records in your query) and the second one related to virtual objects...in these forums you can find a lot of related threads...anyway take a look to www.service.sap.com/bw -> SAP BW InfoIndex -> Variables
Hope it helps !
Bye,
Roberto
Add a comment