‎2006 Feb 28 5:01 PM
Hello everyone:
I need to display FD10N on the portal, so I'm creating a BAPI, since I've learned that transactions can't be showed on the portal. I've obtained some of the data accessing the table KNC1, but I need the BALANCE_CUM field that appears on FD10N, and I can't find it on KNC1 (since it's on german) is it there or in any other table?
I'm having a kind of a nightmare transporting transactions into Portal, I found that for XD03 I could use BAPI_CUSTOMER_GETDETAIL2, but I've had to created all the others.... do you guys have an idea for transporting my last ones? that is, FD10N and FBL5N
Thanks
Alejandro
‎2006 Feb 28 5:20 PM
Hi Alejandro,
Please give try this FM <b>APAR_EBPP_BALANCES</b>.
It seems the FM will give balances for all spec. GL transactions information.
Hope this will help.
Regards,
Ferry Lianto
‎2006 Feb 28 5:20 PM
Hi Alejandro,
Please give try this FM <b>APAR_EBPP_BALANCES</b>.
It seems the FM will give balances for all spec. GL transactions information.
Hope this will help.
Regards,
Ferry Lianto
‎2006 Feb 28 5:50 PM
‎2006 Feb 28 6:00 PM
>>>since I've learned that transactions can't be showed on the portal.
Is that a generic statement? As far as I know you can bring most Transactions into the Portal by creating an SAP Transaction iView. Unless I am missing something obvious, FBL5N is just a Report with a selection screen & ALV output.. Did you try creating an iView?
Regards,
Suresh Datti
‎2006 Feb 28 6:08 PM
I need that the FBL5N data such as client number to be gotten from the user environment such as a Usermapping. since you say that FBL5N is just a Report, where can I see it's source code? will importing transactions into portal work without an ITS server?
Thanks Suresh!
alejandro
‎2006 Feb 28 6:12 PM
RFITEMAR is the program behind FBL5N and you can display the source code via SE80 or SE38.
I don't think you need an ITS for SAP Transaction iView..
not sure though.. you might want to check on the EP forum..
Regards,
Suresh Datti
‎2006 Feb 28 6:33 PM
I've checked and I need whether an ITS server or SAP GUI installed on every client, that won't work for me since I want to have the data available for everyone using a web browser...
In put RFITEMAR on se80 and I can't see the code, just includes, data structures, etc... since it's a report, it whould be quite easy right?
Thanks
Alejandro
‎2006 Feb 28 7:19 PM
I found this one that may help:
BAPI_AR_ACC_GETSTATEMENT
Kind Regards
Alejandro