on ‎2015 Nov 05 6:07 AM
Hello folks ,
I am working on the badi part . Can anyone please suggest how to provide the security check on a already implemented badi .
If any one can help me out in this . I have passed "abap_true" in the if_check_security .But still i am not getting the expected result.
I have done so by checking out the screenshot attached.
Attached screenshot.
Request clarification before answering.
"But still i am not getting the expected result." - why do you think so?
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hi Vadim,
Thanks for the reply .
I have checked it using read only profile but still it is still running successfully and writting the data with read only profile user (triggering the package).
Is there anything else to be done other than passing "abap_true" in "if_check_security ".
best regards,
Abhishek
Hi Vadim,
Actually that was the document snapshot to refer only .
I am using the below code .
get REFERENCE OF tb_data_new into lr_data.
TRY.
CALL METHOD me->WRITE_DATA
EXPORTING
I_APPSET_ID = I_APPSET_ID
I_APPL_ID = I_APPL_ID
IR_DATA = lr_data
IF_CALC_DELTA = abap_true
IF_SIGN_TRANS = abap_false
* IF_DUPLICATE =
IF_BYPASS_SECURITY = abap_true
* I_WORKSTATUS_BLOCKACTION =
* IMPORTING
* ET_MESSAGE =
.
* CATCH CX_UJR_WRITE_BACK .
* CATCH CX_UJ_STATIC_CHECK .
ENDTRY.
| User | Count |
|---|---|
| 15 | |
| 8 | |
| 7 | |
| 6 | |
| 2 | |
| 2 | |
| 2 | |
| 2 | |
| 2 | |
| 2 |
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.