cancel
Showing results for 
Search instead for 
Did you mean: 

Adrres Number in Smart form

Former Member
0 Kudos

Hi Experts,

I have created a Address node in which i have given the Adressnumber,

What wiil be the fields that gets printed for the corresponidng ADRNR

How can I know that

What can be done to add few more fields for those what ever are al ready getting displayed Eg Vat number

Accepted Solutions (0)

Answers (4)

Answers (4)

Former Member
0 Kudos

hi Karthik,

for step by step procedure go through this link .

In this they handled addressed related problems very effectively.

http://www.saptechnical.com/Tutorials/Smartforms/PO/page1.htm

If found helpfull do reward.

Regards.

Eshwar.

Former Member
0 Kudos

Hi,

The printed Fields in ADRC are

TITLE

NAME1

NAME2

NAME3

NAME4

POBOX

POSTCODE2

MYCITY1

U cant display Vat no inside it for that u have to craete another window to diplay vat no.

Regards

Sandipan

Former Member
0 Kudos

Hi karthick,

this is actually based on address number it will pick the values from the adrc table and print accordingly... It is always recommentded if you need to print selected fields to be displayed in the address ....

You can print by using select query .....

select single * from adrc

into wa_adrc

where addr_number = v_adrnr.

place these in text ....

wa_adrc--<fieldname>

wa_adrc--<fieldname>

wa_adrc--<fieldname>

wa_adrc--<fieldname>

wa_adrc--<fieldname>

Regards,

Sreenivasa sarma k.

Former Member
0 Kudos

Hi,

Take a look at the documentation for the function module ADDRESS_INTO_PRINTFORM, this explains which fields are available and the logic for their inclusion.

However, for your specific example, VAT number is not considered an address field.

Regards,

Nick