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

Reason code in FBL3n

Former Member
0 Likes
746

Hi Experts,

I have gone through SDN Forums, but dint get the correct solution yet for this.

Can we have reason code in FBL3N since its the GL Line Items. If so, how?

Reason code is available for selection and layouts. But its not fetching any values, even though the documents are having Reason code. BSEG table has entries for these documents with Reason code populated in it.

For FBL5N its coming though.

Thanks

Sam

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
547

Hi

U can develop the BTE 1650 in order to fill the fields for FBL3N

Max

2 REPLIES 2
Read only

Former Member
0 Likes
548

Hi

U can develop the BTE 1650 in order to fill the fields for FBL3N

Max

Read only

RaymondGiuseppi
Active Contributor
0 Likes
547

This field (RSTGR ?) is in BSID/BSAD and not in BSIS/BSAS, so you should use BTE 1650 (as already written) or BAdI FI_ITEMS_CH_DATA. (*)

Also read reference Note 984305 - Line item: Definition of special fields (T021S).

Regards,

Raymond

(*) Created via Note 1323512 - Line items: BADI FI_ITEMS_CH_DATA this BADI transfer the whole internal table to be displayed in the displayed format (structure RFPOSXEXT) and not line per line without the special fields (structure RFPOS) as the BTE. So some optimization can be executed.