cancel
Showing results for 
Search instead for 
Did you mean: 

How to bring the SGTXT value to FBL5N Report

Former Member
0 Kudos

Hello Professionals

I have got a requirement to bring the "SGTXT value (data entered in VBRP-ARKTX field) during billing from SD module (through t.code VF01). This data is being entered at line item level. The requirement is to present the each VBRP-ARKTX value through T.Code FBL5N (customer line item report through finance module) & FBL3N (GL line item)

Please guide me, is there any standard functionality in SAP, or it is an ABAP development, is there any logic to bring the values at line item level.


Kindly revert


Regards


Anil

Accepted Solutions (0)

Answers (2)

Answers (2)

former_member187652
Contributor
0 Kudos

Hi Anil, I agree with Alex, this would probably involve some simple code development. you can talk to your developer with advice from Alex, or you can achieve the same using Tcode GGB1

alex_zheng
Contributor
0 Kudos

Hi Anil,

There's no standard functionality for this.

Please notice that there are customer exits which can be useful in the SD-FI interface to fill XACCIT-SGTXT. Please take the note 301077 into account. You can try to apply your own logic into exit EXIT_SAPLV60B_008 for test.

Regards,

Alex