Application Development and Automation 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: 
Read only

Data from FD10N

Former Member
0 Likes
1,529

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

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
1,202

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

7 REPLIES 7
Read only

Former Member
0 Likes
1,203

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

Read only

0 Likes
1,202

any ideas about importing the FBL5N into the portal?

Thanks!

Read only

0 Likes
1,202

>>>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

Read only

0 Likes
1,202

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

Read only

0 Likes
1,202

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

Read only

0 Likes
1,202

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

Read only

0 Likes
1,202

I found this one that may help:

BAPI_AR_ACC_GETSTATEMENT

Kind Regards

Alejandro