‎2009 Oct 05 9:10 AM
Hi all,
I've created a new infotype (no the first) but this time I've got a problem:
The coding of dynpro 2000 is equal to another selfmade-infotype but at 'PROCESS AFTER INPUT'
the standard-field FCODE is not filled, for example if I push 'SAVE' --> fcode is empty, sy-ucomm contains 'UPD'.
The Icons 'BACK' and 'END' (fcode = EBCK or EEND) work.
Is there any idea what is missing or waht is the problem ?
thank you
Stefan
‎2009 Oct 05 9:34 AM
‎2009 Oct 05 10:05 AM
Hi Avinash,
thought, I was in ABAP-Forum.
How is the way to there ? SAP Community Network Forums » ABAP Development » ABAP, General ??
Stefan
‎2009 Oct 05 10:13 AM
Hi Stefan,
This is correct place for this question.
Did you assign fcode to elemtent list on screen? If no, type FCODE for OK (type of screen element). You must have also this fcode declared in your custom program.
Remeber, there always has to be declared variable for respective screen element.
Regards
Marcin
‎2009 Oct 05 10:21 AM
Hi Marcin,
thank you very much for your help, I forgot to insert FCODE into element list. Now it works !!
Stefan