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: 

Smartforms

former_member818887
Discoverer
1,143

I am working with VBAP table. My requirement is that when I give input of particular sales order (VBELN) then it print all the data related to that particular sales order. Ex: if sales order value 10 has 10 rows then it generate output of 10 rows, and if there is one row then it generate output of one row. Thank you in advance.

5 REPLIES 5

DominikTylczyn
SAP Champion
SAP Champion
992

Hello satyamkc

I guess you need to select items of a sales order from VBAP and output them in a Smart Form table. See SAP Help Table Painter on how to design and integrate Smart Forms tables.

Best regards

Dominik Tylczynski

RaymondGiuseppi
Active Contributor
992
In your form definition:
  • In the Form Interface, add a parameter for order number
  • In the Global Definition, add an internal table in Global Data and some code to load it in the Initialization
  • In the main window, create a table node to print this data

If you get stuck, search and read some documentation on SmartForms like First Smartform.

0 Kudos
992

Look also at some sample provided by SAP such as SF_EXAMPLE_01, 02, 03

Sandra_Rossi
Active Contributor
0 Kudos
992

You could attend a training about Smart Forms or find existing resources. You may search the forum/SAP Web site with your favorite Web search engine. I see many answers for search below. Based on the results, if it still doesn't solve, you may anyway refine your query/provide more information, what you tried, etc.

SMART FORM training site:sap.com

SugguSandeep
Contributor
0 Kudos
992

Hi satyamkc

Firstly I recommend to go through this document regarding Smart forms which includes every concept of smart forms & with several examples... Document Link : Smartforms Concept & Practical

In the mean while attaching some screenshots similar to requirement which i had done earlier in smartforms, you can take it as like reference & change according to your requirement Final Output Smartform


T-Code Smartforms

Path


Thanks,

Suggu Sandeep.