‎2010 Mar 11 10:45 AM
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
‎2010 Mar 16 9:06 AM
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
‎2010 Mar 16 3:24 PM