2013 Oct 03 10:24 AM
Hi SAP Pundits,
In tcode FNL3N, we get values of & Offsetting Account Type (Table Name: RFPOSXEXT, Table category: Struct, Field Name: GKART) & Offsetting Account Number (Table Name:
RFPOSXEXT, Table category: Struct, Field Name: GKONT). These values are calculated in runtime. In order to get the values, I did below thihngs
1> Not able to get these infromation in any table.
2> I debugged a lot but did not get the code which populates it.
3> Tried Submit the report RFITEMGL bit it is not giving me the values.
Can some help me in getting these values in my custom code?
Thanks
Vaibhav
2013 Oct 04 8:55 AM
The subject of this question is too vague. You should make it more specific and descriptive.
You have written FNL3N, but it looks like you mean transaction FBL3N.
This document (page 9) mentions use of FM GET_GKONT to get GKONT(Offsetting Account Number) and GKART(Offsetting Account Type) fields.
Although the document covers a lot more, page 9 would be able to solve your query.
2013 Oct 04 8:57 AM
Did u check after activating the SQL trace?
You could check for any BTEs / enhancements to populate your custom table.