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: 

Coding block issue

Former Member
0 Kudos

Hi Experts,

I have added some fields to FI business according to technology coding block. There was no error message when I done this. But now some SAP standard programs dump and the system hints me that some standard programs have error code because of my modification. I did not modify the standard program,only use coding block to add some fields.

For example, The T-Code F.14,which calls the program SAPF120 dynamically, and SAPF120 has some error codes blow:

IF IS INITIAL.

ELSE.

CLEAR FTC.

FTC-FNAM = 'TIBAN-IBAN '.

FTC-FVAL = .

APPEND FTC.

ENDIF.

I don't know how these codes generate?Any one encouter this issue?Could you please help me ??

Thanks in advance. Villy.Lv

3 REPLIES 3

Former Member
0 Kudos

Hi,

I would like to know the steps you perforned for coding block.

did you do add control entries ->update run ?

Regards,

Kashyap

Former Member
0 Kudos

I found the issue now. Thanks.

0 Kudos

Hi ,

I have added the coding block fields in BSEG with OXK3 transaction and those fields have appeared in BSEG table. But Icannot find them in FB01..Can you tell me what should i do for them to come in the transaction?

Thanks,

KP