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: 

FB60 add new field error

Former Member
0 Kudos

Hi Experts,

I have a requirement to add a new field in FB60.

I have tried to follow the instruction given in this site:

Rural Sourcing – Display Custom Fields In The Header Area of FB60 and FV60

But still having an error when activating my screen and still not showing in FB60. Please see my screenshot.

"Input/output field not defined"

Thanks

6 REPLIES 6

former_member289261
Active Contributor
0 Kudos

Hi,

You need to declare INVFO structure like this in your custom screen program:

TABLES INVFO.

Regards,

Ashish

0 Kudos

Hi Sir,

TABLES INVFO is already declared in my custom program.

rajkumarnarasimman
Active Contributor
0 Kudos

Hi Jepoy,

Kindly check whether the append structure is activated or not, if not activated, kindly activate the same.

If the same problem exist, kindly delete the append structure and recreate the same custom field again and activate it.

Hope it works.

Regards

Rajkumar Narasimman

0 Kudos

Hi,

As Ive checked the 3 tables that Ive used are already activated.

I'll try to recreate them and inform you as soon as I've done it.

0 Kudos

Hi,

Same error occurs.

I've tried to recreate the append structure.

Append structure per table.

BKPF     ZNEWFIELDS_FB601

VBKPF   ZNEWFIELDS_FB602

BSEG     ZNEWFIELDS_FB603

Then I created a new custom program in SE38(ZFB60_UPDATE).

Copied the code in the site and paste it inside the custom program.

Then I create a screen in SE80 and enter the code.

.

Former Member
0 Kudos

Hi

The program works now.

I just have to put a field in the Element List of the screen.