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

dunning with smartforms

Former Member
0 Likes
2,353

hi ,

i want to attach a custom smartform with dunning . Can anyone suggest me how to do that .I read in few threads that we can do that in transaction BF31 .

I checked that transaction ..and here i found FM FI_PRINT_DUNNING_NOTICE_SMARTF . How to attach smartform with this FM .

Thanks in advance .

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
1,425

Define Dunning Forms (with SAP Smart Forms)

In this activity, you define the forms - with SAP Smart Forms - that you wish to use for printing dunning notices.

Requirements

The standard settings allow for creating dunning notices using SAPScript. If you wish to print your dunning notices using SAP Smart Forms, you must first define the corresponding function module.

1. In Customizing for Financial Accounting, choose Financial Accounting Global Settings -> Business Transaction Events.

The SAP Business Framework screen appears.

2. Choose Settings -> P/S function modules -> ... of an SAP appl. .

3. Under the Business Transaction Event (BTE) "1720" with application indicator FI-FI, change the function module in FI_PRINT_DUNNING_NOTICE_SMARTF and save your entries.

Standard settings

SAP provides a predefined example form for dunning notices:

F150_DUNN_SF

Activities

1. Make sure the function module FI_PRINT_DUNNING_NOTICE_SMARTF has been defined (see above).

2. Create a dunning form or change the example form to meet your requirements for the various dunning notices.

Further notes

For more information about SAP Smart Forms, see the SAP Library under Basis Components -> Basis Services/ Communication Interfaces -> SAP Smart Forms.

Once you add the FM to the BTE 1720. You can enter smartform instead of the sapscript and it will pick the smatform. Check with config.

8 REPLIES 8
Read only

Former Member
0 Likes
1,425

u can maintain form for dunning from view cluster VC_T047_F through transaction SM34.

Regards,

Joy.

Read only

0 Likes
1,425

Thanks jyojit ,

But here we can enter only Script .

Edited by: Nim Ya on Jul 30, 2008 8:53 PM

Read only

Former Member
0 Likes
1,426

Define Dunning Forms (with SAP Smart Forms)

In this activity, you define the forms - with SAP Smart Forms - that you wish to use for printing dunning notices.

Requirements

The standard settings allow for creating dunning notices using SAPScript. If you wish to print your dunning notices using SAP Smart Forms, you must first define the corresponding function module.

1. In Customizing for Financial Accounting, choose Financial Accounting Global Settings -> Business Transaction Events.

The SAP Business Framework screen appears.

2. Choose Settings -> P/S function modules -> ... of an SAP appl. .

3. Under the Business Transaction Event (BTE) "1720" with application indicator FI-FI, change the function module in FI_PRINT_DUNNING_NOTICE_SMARTF and save your entries.

Standard settings

SAP provides a predefined example form for dunning notices:

F150_DUNN_SF

Activities

1. Make sure the function module FI_PRINT_DUNNING_NOTICE_SMARTF has been defined (see above).

2. Create a dunning form or change the example form to meet your requirements for the various dunning notices.

Further notes

For more information about SAP Smart Forms, see the SAP Library under Basis Components -> Basis Services/ Communication Interfaces -> SAP Smart Forms.

Once you add the FM to the BTE 1720. You can enter smartform instead of the sapscript and it will pick the smatform. Check with config.

Read only

0 Likes
1,425

Thanks man ..

Just one more thing ....How will I pass data from Program to my Smartform . Lets say i need Customer/Vendor information ..or information of fields like F150D or BSEG . I think in this case I can not define Form interface .

Read only

Former Member
0 Likes
1,425

depends on config should be same for both

Read only

0 Likes
1,425

ya ....but my question is ...how we are going to pass the values from driver program to Custom smartform ...in this case driver program is FI_PRINT_DUNNING_NOTICE_SMARTF and inside this FM we are calling dynamicaly Smartform FM with fixed interface (Inmporting/exporting parameters ) . and my Custom smartform needs BSEG values from driver program . So do we need to change some customizing setting ?

Thanks .

Read only

Former Member
0 Likes
1,425

think BSEG is already there. If not you can write the code in the smartform.

Read only

Former Member
0 Likes
1,425

thanks guys ...its done