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

Smartform Data for Dunning

former_member515644
Participant
3,581

Hi

I am preparing a smartform for dunning. I require the following data in the main window. Please suggest

Main window

Doc No (BSEG-VBELN), Date (BKPF-BUDAT), PO No (BSEG-KIDNO), Crcy (MHND-WAERS), Amount (MHND-DMSHB), Due Date (MHND-FAEDT), Arrears (MHND-VERZN),D (MHND-MAHNN)

other fields in footer. (F150D-WAERF) (F150D-SUFPF) (F150D-WAERF) (F150D-SALFW)

One more thing how i could take customer number from customer no entered in dunning.

7 REPLIES 7
Read only

Sandra_Rossi
Active Contributor
0 Likes
3,427

Suggest what? You don't know Smart Forms at all?

Read only

RaymondGiuseppi
Active Contributor
0 Likes
3,427

Did you create the smart form from scratch or from a copy of form F150_DUNN_SF. You could also look at code of FM PRINT_DUNNING_NOTICE_SF (the one used in FIBF) to get more information on form interface.

Hint: Look at forum wiki for Smartforms or google it

Read only

0 Likes
3,427

Thanks a lot Raymond. I am creating the form from scratch. I have designed the layout. Only thing is how my customer and dunning date would be passed to Form from Dunning window in F150.

Read only

0 Likes
3,427

Try to copy the signature/interface of sap F150_DUNN_SF form into your form. Look also at forms executed in the initialization code of the SAP form.

Read only

roberto_forti
Contributor
0 Likes
3,427

Hi Dear, as premise create SAP ABAP object (report, function module or class) responsible for retrieving all data from SAP tables and transfer corresponding data by calling function modules ("SSF_FUNCTION_MODULE_NAME"...) into related SAP smartforms regarding the interface as the following screenshots/samples/steps.

Best Regards!

Roberto FORTI Santos

Read only

3,427

Thanks a lot Roberto. One more query that how i would get customer number from dunning to my form.

Read only

0 Likes
3,427

Hi lakpajnee,

I recommend analyzing function module CHECK_KUNNR_IN_DUNNING_RUN code and encapsulated SAP ABAP objects.

Best Regards!

Roberto FORTI Santos

IT Engineer Certified (SAP/PYTHON/JAVA)