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 ADDRESS WINDOW

Former Member
0 Likes
2,967

HI,

CAN U PLEASE ME ABOUT THE USE ADDRESS WINDOW IN SMARTFORM,

AND ALSO TELL ME HOW TO USE THAT ADDRESS WINDOW,

PLS EXPLAIN IN DETAIL

7 REPLIES 7
Read only

Former Member
0 Likes
1,383

for Smartforms material

http://esnips.com/doc/7e67af5c-6188-4252-8613-41816756d560/from-sappres.pdf

http://esnips.com/doc/58566115-54a4-4405-8872-8de952e245e5/smartform.pdf

http://esnips.com/doc/13b7ae7a-b32c-4b96-b588-881859d4ac99/Template,Table,Loop,Command-in-Smartforms...

http://esnips.com/doc/97acb00a-e513-4611-91f0-c626f460bfc5/Smart_Form_Overview.pdf

http://esnips.com/doc/77a981b9-8fe3-4fbb-8101-67745c1fe60c/SMART-FORMS_shail.ppt

http://esnips.com/doc/8810a29f-f13d-4ec8-ae90-3342e50fdd53/smartform-tutorial.pdf

http://esnips.com/doc/e5543612-b210-4f77-9673-19b5f58f9385/subroutine-and-select-options.pdf

http://esnips.com/doc/7660eaed-d332-4844-a98c-8d295def6f57/sform-in-ABAP.pdf

http://www.sap-basis-abap.com/sapsf001.htm

http://www.sap-press.com/downloads/h955_preview.pdf

http://www.ossincorp.com/Black_Box/Black_Box_2.htm

http://www.sap-img.com/smartforms/sap-smart-forms.htm

http://www.sap-img.com/smartforms/smartform-tutorial.htm

http://www.sapgenie.com/abap/smartforms.htm

How to trace smartform

http://help.sap.com/saphelp_47x200/helpdata/en/49/c3d8a4a05b11d5b6ef006094192fe3/frameset.htm

http://www.help.sap.com/bp_presmartformsv1500/DOCU/OVIEW_EN.PDF

http://www.sap-img.com/smartforms/smart-006.htm

http://www.sap-img.com/smartforms/smartforms-faq-part-two.htm

check most imp link

http://www.sapbrain.com/ARTICLES/TECHNICAL/SMARTFORMS/smartforms.html

step by step good ex link is....

http://smoschid.tripod.com/How_to_do_things_in_SAP/How_To_Build_SMARTFORMS/How_To_Build_SMARTFORMS.h...

Subtotals - Check the link...

Please go to this link:-

https://www.sdn.sap.com/irj/sdn/go/portal/prtroot/docs/library/uuid/d937ec90-0201-0010-0ca8-b6cb3b6d...

Check these step-by-step links

https://www.sdn.sap.com/irj/servlet/prt/portal/prtroot/com.sap.km.cm.docs/library/uuid/ccab6730-0501...

https://sdn.sap.com/irj/servlet/prt/portal/prtroot/com.sap.km.cm.docs/library/uuid/8fd773b3-0301-001...

https://www.sdn.sap.com/irj/servlet/prt/portal/prtroot/com.sap.km.cm.docs/library/uuid/3c5d9ae3-0501...

regards,

srinivas

<b>*reward for useful answers*</b>

Read only

Former Member
0 Likes
1,383

Address window is like the header window...

Take an example of departmental store prce list..

Address and name of the store willbe printed in all the sheets but the purchased detail will be different as per the persons...

So tht kind of data we can use address window

REWARD IF USEFUL

Read only

Former Member
0 Likes
1,383

Hi,

Use

In many applications, addresses are administered using the Business Address Services (BAS). Depending on how the address is used, the application uses a particular address type. The addresses are stored in the database tables of the central address administration and identified by the application via a number.

You use the address node to insert an address into the form. This guarantees that the address is formatted according to the postal regulations of the sender country.

Prerequisites

Your application must administer addresses using the BAS. Otherwise you must use the text node to insert your addresses.

Procedure

Create a node of type Address in the navigation tree of the Form Builder.

Create the address node as directly inferior node of the page node or use the context menu in the layout of the Form Painter. You can then position the address anywhere on the page.

Enter a unique name for the node and a description (for example, customer address).

Determine the address type on the General Attributes tab.

For a description of how to determine the address type dynamically and how to use fields instead of fixed values, see Using Parameters in the Form.

For organization addresses you must specify only an address number. For any other address types, you must specify a person number and an address number. To do this, use the search help.

Regards,

Sankar

Read only

varma_narayana
Active Contributor
0 Likes
1,383

Hi Ali..

To print the Address in Smartform using Address window..

We have to Assign the Address Number

Note : All the Address details are stored in table ADRC which has ADDRNUMBER as keyfield.

Eg: To find the address number of a Customer open the Table KNA1 you can see the Address number field ADRNR. (Same field in most of the tables like LFA1...)

You can store this address number into a vairable and assign it in the Address node.

For that Click on the Arrow icon (Dynamic Field value ) next to Address number field and Assign the Variable there.

<b>reward if Helpful</b>

Read only

former_member194152
Contributor
0 Likes
1,383

Hi,

There is a field in table LFA1 and KNA1 table with name ADRNR from which u can get addreaa no of desired customer or vendor in loop processing.and in address window thr is option to pass that parameter so pass that address no in window and fetch corresponding info from ADRC table.

Regards

Gagan

Read only

Former Member
0 Likes
1,383

Hi Ali,

Are you using ADDRESS WINDOW to display the address????

If Yes ...

Then CREATE two windows and allighn it side by side .

Create one Text element on the left side Window and write "ADDRESS" inside the text.

The Right side window will contain the ADDRESS .

It will be displayed as given below.

ADDRESS: The Post Office

Post Office Headquarters

33 Grosvenor Place

London.

If U are not using ADDRESS window,

then the only way to display like this is

to create a TEMPLATE with 4 columns, create TEXT elements for each columns

and in the text element of FIRST column write ADDRESS: &wa_post_office&.

The advantage when we use Address is we need to just pass the address number , but if we use

template then we need to write select statement , and fill some workarea with

the address details and display those work area fields in the TEMPLATE.

************************************************************************

Create Adress node under the window. there u find 3 tabs

1.general attributes

2.output options

3.conditions.

in general attributes tab give addreess number in address number field and country in sending country field.

in conditions tab writeas below

add_num <> ' '

Reward points if helpful

Thanks

Naveen khan

Read only

Former Member
0 Likes
1,383

hi

good

DATA ADDRESS LIKE ADRC OCCURS 0 WITH HEADER LINE .

ADDRESS-ADDRNUMBER = '0000012345'.

ADDRESS-NAME1 = 'ASHOK KUMAR P'.

ADDRESS-NAME_CO = 'ASHOK ELECTRICAL'.

ADDRESS-CITY1 = 'BANGALORE'.

ADDRESS-CITY_CODE = '574241'.

ADDRESS-PO_BOX_REG = 'ASH'.

ADDRESS-COUNTRY = 'IN'.

ADDRESS-REGION = 'KAR'.

ADDRESS-TEL_NUMBER = '080252222'.

APPEND ADDRESS.

thanks

mrutyun^