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

How to find a function module and code it fort he client requirement

Former Member
0 Likes
1,567

Hi

How to find out a function module(available in sap) to upload billing data n how to code in accordance to the custom requirement.possible pelase reply to his it's urgent

Hi

How to find out a function module(available in sap) to upload billing data n how to code in accordance to the custom requirement.possible pelase reply to his it's urgent

7 REPLIES 7
Read only

andreas_mann3
Active Contributor
0 Likes
1,393

Hi Henry,

1) transaction BAPI (search in Sales and Distribution)

2) ta SE37 - search item 'billing'

regards Andreas

Read only

0 Likes
1,393

Andrew, thank you

Read only

Former Member
0 Likes
1,393

Hi,

GOTO SE37 Transcation and search as suggested my Andrew.

It will list out a lot of function modules choose according to ur requirement.

Then while writing report in SE38,Press Pattern(Ctrl+F6) and paste the function module and press enter u will get the call....

Uncomment the parameters that u need and pass the values as needed.

Thnaks & Regards,

Judith.

Read only

0 Likes
1,393

Judith,

I've found out three function modules related to billing plan for sales order.can we know anyhitng from by looking into the source code n import/export parameters of the function module in se37.if it is suitable for my requirement I shall cal in se38 through ctrl+f6.

Read only

0 Likes
1,393

To see if the function is of use or not, please take a look at its documentation. The Functionality section describes the utility of the FM.

Regards

Read only

0 Likes
1,393

Hi,

As suggested have a look into the documentation also see the importing and exporting parameters as well.

If only three are there check the function module directly pressing f8 it will ask for input.Then again press F8. By this way also u can arrive at a solution.

Thanks & Regards,

Judith.

Read only

0 Likes
1,393

Hi judith,

documetnation is not there for the mentioned functione modules.I think these function modules does not satisfy cleint's requirement.imay have to go twith BDC