cancel
Showing results for 
Search instead for 
Did you mean: 

Req on Smartforms

Former Member
0 Kudos

Hello dear Aces,

I am the only guy for the company on SAP & ABAP as well. I have gone thru enuf material on Smart Forms (SFs) & I want to work on some SF. Request U to help me by giving some sample requirement on SFs like which tables, fields to be used & what to build (like Sales Invoice, Tax Invoice, ........ etc.) that U have worked or which any starter can work. In our company we have SD, MM, PS & FICO modules. Its would be better if U provide something concerned to MM or SD. If U have any doc or files of the same U can mail me to "shaikfarooqhussain@gmail.com".

Would highly appreciate this proactive move & be very thankful to U.

Than Q in advance.

Regards.

Farooq

Accepted Solutions (1)

Accepted Solutions (1)

former_member181962
Active Contributor
0 Kudos

Hi Farooq,

Check this link for a step by step approach of learning Smartforms.

http://help.sap.com/saphelp_47x200/helpdata/en/4b/83fb42df8f11d3969700a0c930660b/frameset.htm

Regards,

Ravi

Answers (2)

Answers (2)

Former Member
0 Kudos

Hi Farooq,

A common requirement is to print documents as soon as they are parked or posted. For this you have to call the smartform in a BTE2218 implementation.

The requirement would be to print the header and line items in a clean format.

Sending the exact requirement is against company policy.

Hope you will try out this activity.

Former Member
0 Kudos

Hello Shailesh,

I didnot know anything about smartform BTE2218 implementation. Kindly let me know what do U mean exactly & about this "BTE2218 implementation". However, in our company Smartforms (SF) are already implemented & being used by the end users for all business documents like POs, Invoices,................. All these are developed by someone else. I want to work on SF all on my own. U plzz let me know abt <b>"BTE2218 implementation"</b>.

Thanks in advance. Waiting for ur reply.

Regards.

Farooq

Former Member
0 Kudos

hi,

Nice to hear this ...First, I would inform u that if you've previously worked with SAP SCRIPT then it would very much easy for you to work with SMARTFORM since smartform is the new print solution provided by SAP and functionaly data from tables from any module can be used to display the data using smartform. For example, if you wish to display the data from EKKO(Purchase Order Header table) and EKPO(Purchase order Item table)together. First thing is u can create view with the desired fields u wanted from these tables in SE11 and declare this in the program using TABLES statement. Or Create an internal table in the program which includes from the tables.

In the smartform, create the table or template for the MAIN window or the create the windows in the layout u wanted. Declare the varibles in the global declaration, form interface which is used to link the smartform and the program etc.

Once you are done with the creation of smartform, you can execute the form and copy the FM. Now in the print program, click on Patter and paste the FM and press enter.

Also, in the print program, declare a varaible of type RS38_L and overwrite the FM with this variable in order to avoid the Jargon look. Now call up one more FM i.e SSF_FUNCTION_MODULE_NAME and in this pass the name of the above FM.

provide the logic as per your requirement.

For additonal information, see the below web links:

<a href="https://www.sdn.sap.comhttp://www.sdn.sap.comhttp://www.sdn.sap.comhttp://www.sdn.sap.comhttp://www.sdn.sap.com/irj/sdn/forumsearch">https://www.sdn.sap.comhttp://www.sdn.sap.comhttp://www.sdn.sap.comhttp://www.sdn.sap.comhttp://www.sdn.sap.com/irj/sdn/forumsearch</a>

<a href="https://www.sdn.sap.comhttp://www.sdn.sap.comhttp://www.sdn.sap.comhttp://www.sdn.sap.comhttp://www.sdn.sap.com/irj/sdn/forumsearch">https://www.sdn.sap.comhttp://www.sdn.sap.comhttp://www.sdn.sap.comhttp://www.sdn.sap.comhttp://www.sdn.sap.com/irj/sdn/forumsearch</a>

<a href="https://www.sdn.sap.comhttp://www.sdn.sap.comhttp://www.sdn.sap.comhttp://www.sdn.sap.comhttp://www.sdn.sap.com/irj/sdn/forumsearch">https://www.sdn.sap.comhttp://www.sdn.sap.comhttp://www.sdn.sap.comhttp://www.sdn.sap.comhttp://www.sdn.sap.com/irj/sdn/forumsearch</a>

<a href="https://www.sdn.sap.comhttp://www.sdn.sap.comhttp://www.sdn.sap.comhttp://www.sdn.sap.comhttp://www.sdn.sap.com/irj/sdn/forumsearch">https://www.sdn.sap.comhttp://www.sdn.sap.comhttp://www.sdn.sap.comhttp://www.sdn.sap.comhttp://www.sdn.sap.com/irj/sdn/forumsearch</a>

this should help u ..

reward points if it sounds helpful.

regards,

shamim