‎2006 Aug 25 4:08 PM
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.
‎2006 Aug 25 4:45 PM
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
‎2006 Oct 19 9:02 AM
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.
‎2007 Apr 12 10:12 PM
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?
‎2007 May 08 9:16 AM
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