Application Development and Automation 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: 
Read only

BADI cannot implement new fields in sub screen

Former Member
0 Likes
411

Hi,

I am trying to implement a BADI but I am facing problems with the user-fields in the user-subscreen.

The BADI is ISU_EGERR_CUSTOMER

I have implemented it under the name Z_ ISU_EGERR_CUSTOMER. Every steps OK, following the tutorial.

I also need two user-fields, therefore exists a user-subscreen that I have activated. But when I try to add fields with the screen-painter, the sub-screen stays blocked. I can not drop the user-fields. I can only drop it under the subscreenarea. Never the less it looks good, but on run time, if I feed the user-field with a value, the value get lost and no save is done.

Has somebody anv experience with this?

tks

2 REPLIES 2
Read only

Former Member
0 Likes
369

Hi guys,

i did succeed in implemening the BADI and use a programm to call the subsreen (this is what missed)

but i am stll stucked with 3 problems::

- i could'nt succeed in using the methods PUT_DATA_TO_SCREEN and GET_DATA_TO_SCREEN the right way, I couldn't pass the data and had to use export and import from/ to memory. I don't like it much

- I can not freeze the field when being in visu mode (the classical loop at screen doesn't function)

- in case of error, I call a message in CHECK_DATA_FROM_SCREEN message comes out but the field is then frozen and impossible to be corrected.

can some body help

Vincent

Read only

0 Likes
369

Ok it is solve