cancel
Showing results for 
Search instead for 
Did you mean: 

Add custom field to Infotype does not transfer to database

ron_vandermaarel
Discoverer
0 Kudos

Hi all,

I am using transaction PM01 to add one additional field to Infotype 0463 ( Federal Tax CA ). Everything looks good when I generate the objects. I created a field in the structure call ZCSNN.

When I execute the screen for infotype 0463, my new field appears, and aI can place a value in it. I press save, and go back to the overview screen. From this point I can go back into the details and I see my value in the field. If I back out one more screen, then go back in to view the details of the record I changed, my new field is blank.

I also checked the database, and the field is not transferred from the screen to the database.

What have I missed. Multiple post explain this as simple steps to generate the screen, and it should be all.

Thanks

in advance

Ron vanDerMaarel

Accepted Solutions (0)

Answers (2)

Answers (2)

ron_vandermaarel
Discoverer
0 Kudos

Hi Brendan

Thanks for the reply.

To your question, yes it is in CI_P0463.

I tried regenerating multiple times but still no luck..

I found it odd that it pops up the BADI Builder screen ( which I just back out of to continue ).

I stepped through the code to see what was going on, and it seems there are two different definitions of P0463, one in the standard program, and one in the custom generated code..... and they do not pass the values to each other.

I am lost with this.

Thanks

Ron

ArthurParisius
Contributor
0 Kudos

Hi Ron,

Maybe you should add the ABAP Development tag to your question as well as maybe there will be somebody there that has come across this issue.

Regards

Arthur

BGibbons
Active Contributor
0 Kudos

Hi,

I would advise going back into PM01 and 'Generate Objects' again. Should be no issue in regenerating everything.

Look out for any errors.

I would not be expecting errors, as you suggest extending these PA info types is a straightforward process and usually works

(it was into include CI_P0463 you added 'ZCSNN' yea?)

If it generates OK then it should work!

bg