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

new infotype - fcode

stefan_hntemann
Explorer
0 Likes
795

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

4 REPLIES 4
Read only

Former Member
0 Likes
702

I think you should put this question to ABAP forum.

Read only

0 Likes
702

Hi Avinash,

thought, I was in ABAP-Forum.

How is the way to there ? SAP Community Network Forums » ABAP Development » ABAP, General ??

Stefan

Read only

0 Likes
702

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

Read only

0 Likes
702

Hi Marcin,

thank you very much for your help, I forgot to insert FCODE into element list. Now it works !!

Stefan