cancel
Showing results for 
Search instead for 
Did you mean: 

Text Values in VF01 to be brought in FBL5N

Former Member
0 Kudos

Hello Experts

I have received a requirement from my client, what ever the data is been entered in during sales billing through T.Code - VF01, user do the data entry of text in "VBRP-ARKTX" filed.

The requirement is this data entered in the above field would like to see in T.Code FBL5N report.

Kindly let us know the procedure to brought the values (VBRP - ARKTX) in standard SAP report FBL5N

Regards

Anil Kumar


Accepted Solutions (0)

Answers (3)

Answers (3)

Former Member
0 Kudos

1) Option:  EXIT_SAPLV60B_002: Change the customer line ACCIT

You can use this exit to change the customer line in the accounting document. This exit is processed once the ACCIT structure is filled in with data from document header VBRK. You can add code to get data from VBRP but since ARKTX is a 40 chars field so you may not have a field long enough to pass it over to FI. So not a good option.

2) Option: Since it is a reporting requirement, you can enhance the standard program RFITEMAR for FBL5N by making a copy of it and add the required code to the enhancement. This is a better option.

ravichandran_iyer
Active Contributor
0 Kudos

Only FI tables and fields will be available for addition.  You cannot pull a field from VBRK directly.  However, you can achieve the same with a User Exit / Badi.  Check the following link which guides for a similar requirement.

http://scn.sap.com/thread/1950357

Ravi.

jyoti_singh3
Participant
0 Kudos

Hello Anil,

There is a possibility of adding additional field in the line item display in the following path:

Financial Accounting --> Accounts Receivable and Accounts Payable-->Customer Accounts--> Line Items-->Display Line Items--> Define Additional Fields for Line Item Display

However thable VBRK is not available for input. Either create a query or develop a custom report for the same.

kr

Jyoti