cancel
Showing results for 
Search instead for 
Did you mean: 

field AUGRU_AUFT from vbrk into FI TABLES

former_member822355
Participant
0 Kudos

I need to know in which FI table I can find field AUGRU_AUFT from vbrk .. I need to add it in FBL3N. Thanks a lot...

Accepted Solutions (0)

Answers (2)

Answers (2)

Former Member
0 Kudos

Hi Silvana,

AUGRU_AUFT is in VBRP.
You can use BAdI FAGL_ITEMS_CH_DATA to select the requested field.

Then you need to populate this information in one of the available fields from structure RFPOSX, otherwise a Z field or the entire structure must be created.

Best Regards,
Leo

former_member822355
Participant
0 Kudos

But there is no TABLES IN FI WHERE THE FIELD augru  IS ALREADY STORED?

Former Member
0 Kudos

Actually, there is not.

You could try implementing an user exit in SD module in order to map such information into antoher field (ZUONR, XBLNR, XREF1,2,3...)

Then it would be available directly.


For your scenario, you need to select AUGRU_AUFT during FAGLL03/FBL3N execution and populate the layout.

Hope it can help you.


Kind Regards,
Leo

João_FI_FIN-CS
Active Contributor
0 Kudos

Hi Silvana,

If you want to know what fields are used in tables, check the DD03L table. And if you change the tables that affects tables that FAGLL03 and FBL3N uses, you should read '984305 - Line item - Definition of special fields (T021S)' OSS note.

It is recommended to run RFPOSXEXTEND program to generate the structure again. Like is recommended run RGUGBR00 when is created a validation/substitution rule. Both programs generated structure.

Thanks.

JPA

Former Member
0 Kudos


Hi,

When i checked in the table VBRK table I didnt find any field "AUGRU_AUFT", what is functional field name?

Regards,

Ravi