Application Development Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 

Responsiblity (RY) evaluate space value

Former Member
0 Kudos

Hi,

in a rule, managed using responsibilities I have a couple of parameters that evaluate responsible persons.

Now the problem is when I need to evaluate a space value. Responsibilities evaluation works in a similar way that a standard range (select-options), so once I create a responsibility with concrete value, but the real value is initial, it evaluates anything (all satysfying competencies).

I would like to place an asterisk placeholder (*) to the parameter in one responsibility to claim that it is responsible for any value supplied. But there are situations when the value is space with it's meaning (meaning a space value is business-orientated). In this situation a space value sent to the RH_GET_ACTORS FM is evaluated as satysfying for all the competencies (as if the parameter was not supplied, generically).

Is there any way I could force the value to be set as space? Something like OPTIONS = 'EQ', SIGN = 'I', LOW = space? Or the only way is to manipulate the competencies itself and when the value has to be space, setting some dummy text (like '___') and doing the same in code (e.g. transforming the initial value to the text '___' before sending the parameter to RH_GET_ACTORS)?

Thanks for any advice.

1 ACCEPTED SOLUTION

Former Member
0 Kudos

As there was not any other solution found, I suggest to everybody to use the mentioned one - using a replacing character instead of space (and once needed, creating another rule, which in turn will call the other rule with the values needed).

I'm closing this thread

9 REPLIES 9

Former Member
0 Kudos

Ahoj

Sorac, ze pisem sem, ale vedel by si poradit so specialnymi symbolmi vo web dynpro abap? (myslim € uvodzovky atd.)

Vdaka

0 Kudos

vytvor si nejaku novu diskusiu. Neviem, co to znamena poradit so specialnymi symbolmi

0 Kudos

Seva

Vytvoril som

Ale zatial nevedia poradit. Jedna sa o to, ze ked napisem do prvku TextEdit napr. symbol € alebo iny specialny znak (uvodzovky) a potom to chcem ulozit do suboru, tak nahradi € za #

SAP nahradi vsetky speciane znaky za #.

Tento problem mam aj vo vyvojovom prostredi kedy ked napisem € tak mi aj tam hodi # cize neviem ako pouzit nase specialne znaky.

Vies co s tym?

Vdaka

0 Kudos

Ahoj

Vedel by si poradit ci je mozne nastavit system tak, aby pri exporte nechaval pociatocnu 0?

Napr. ak exportuje typ N8 ktory je 00001234 aby ho exportol ako 00001234 a nie iba 1234.

Vdaka

Former Member
0 Kudos

Hi,

Can you please stick to the forum language of English?

Thanks,

G.

0 Kudos

Hi

My english is very poor, so I asked him in our national language.

Ask him about another thing.

I would like export data from SAP. But when I export data who start with 0 (zero), system export data without 0.

E.g. if export data (with data type numeric with length 😎 who is 00001234 system export only 1234 and I woul like if export as 00001234.

It is possible?

Thank you

0 Kudos

your English is OK, create your own discussion. Add the information - what export do you want to export

0 Kudos

I want export "control report"?

Former Member
0 Kudos

As there was not any other solution found, I suggest to everybody to use the mentioned one - using a replacing character instead of space (and once needed, creating another rule, which in turn will call the other rule with the values needed).

I'm closing this thread