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: 

"GV_BADI_J_1BPIS is not a valid BADI handle here"

Claytoncbj
Participant
0 Kudos

Hi!

I inserted a method in the "BADI_J_1BPIS" but it is a error when i call it.

ERROR "GV_BADI_J_1BPIS is not a valid BADI handle here"

Program J_1BPIS_MAIN_0_01 with the code.

....

DATA: ls_0035reg_001 TYPE gty_j_1bpis_s_0035_001.

IF gv_badi_j_1bpis IS BOUND.
CALL BADI gv_badi_j_1bpis->fill_register_0035
EXPORTING
is_input_param = gs_param
IMPORTING
et_reg_0035 = lt_0035reg.
ENDIF.

....

May anybody help me?

Thanks.

0 REPLIES 0