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

FM for Billing

Former Member
0 Likes
389

Hello,

I used FM EXIT_SAPLEA91_001 for creating external pricing for billing. The table XY_EPREIH is ready to use it in my variant program (FM for billing). How can I transfer it in my variant program? I know only via abap memory. Is there any interface for it?

Thanks!!

Hello,

I used FM EXIT_SAPLEA91_001 for creating external pricing for billing. The table XY_EPREIH is ready to use it in my variant program (FM for billing). How can I transfer it in my variant program? I know only via abap memory. Is there any interface for it?

Thanks!!

1 REPLY 1
Read only

Former Member
0 Likes
346

Hi,

Where ever you want to use the values of the table 'XY_EPREIH', check for the global and local variables in debugging mode and use that variable. Check for the similar data type variable and the data you require.

I hope the data you require will be present in local / global variables list.

Regards.

Konda Sravanthi.