Application Development 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: 

FBL1N Problem

Former Member
0 Kudos

Hi Gurus,

I need to add a fiels NAME1 for Vendor Name in FBL1N(Program RFITEMAP) Report.So I copied the Program to ZRFITEMAP.I appended a structure for NAME1 in <b>rfposxext</b> and added the logic to get the data.Also I added the field in FIELDCAT.My problem is that if I select the LIFNR field in the output Layout it gives a message <b>Internal error in ANALYZE_ACT_FIELDCAT</b>.I checked the code.In that the Internal Tables IT_SPECTAB And IT_SPECFIELD(Data comes from T021S Table) Become blank once I process the Program.Whereas in the FBL1N they have data even after I press F8.

When I select the LIFNR in the layout And press COPY,I found this difference in the ANALYZE_ACT_FIELDCAT.Is there any way of solving this problem.

Thanx in Advance.

4 REPLIES 4

Former Member
0 Kudos

A better way to do this is as follows,

In SPRO Configure the node:

FI - AR n AP - Customer Accounts - Line items - Display line items - Define additional fields for item display

Former Member
0 Kudos

Hi Samson Moses....

i've got the same FS to be done...im very new to sap, also this is my first spec to be done...

pls explain the logic to me...

i.e creation of structure and writing the logic to fetch the data for LFA1-name1.

0 Kudos

Hi Guys,

I do not know whether anyone responded to this question in full but using the SPRO to retrieve the Vendor Name does not seem to be straight forward.

1st. you cannot manipulate the std. table RFPOSXEXT

2nd LFA1 is not available for selection withinf the additional fields

Any other ideas?

Former Member
0 Kudos

Hi Samson,

I used to faced the same problem as yours.

Easiest way to solve this is by pass the value of Name1 to other Field that already exist in line item.

For example ... MOVE name1 INTO wa_pos-zuonr... this is to use Assignment field.

Regards,

S. Worached.

Reward point if it is useful