cancel
Showing results for 
Search instead for 
Did you mean: 

Address node in smart form

Former Member
0 Kudos

Hi ,

In a window , in program line i have coded for delivery address.

DATA: h_adrs TYPE ad_addrnum.

CLEAR: g_dif_addr_flag, h_adrs.

DESCRIBE TABLE l_xekpo LINES g_item_num.

IF g_item_num =< 1.

EXIT.

ELSE.

READ TABLE l_xekpo INDEX 1.

MOVE l_xekpo-adrnr TO h_adrs.

LOOP AT l_xekpo.

IF NOT l_xekpo-adrn2 IS INITIAL.

g_dif_addr_flag = 'X'.

EXIT.

ENDIF.

IF l_xekpo-adrnr <> h_adrs.

g_dif_addr_flag = 'X'.

EXIT.

ENDIF.

ENDLOOP.

ENDIF.

And i Added a ADDRESS node , with condition G_DIF_ADDR_FLAG = Intial and L_XEKPO-ADRNR NE intial and address number as &L_XEKPO-ADRNR&.as per standard form /SMB40/MMPO_L

But In print preview City is fetching in capital letter but in table its maintianed in small letter only.

Please guide me to solve this.

Regards,

Neelima.

Edited by: Sammeta Neelima on Nov 26, 2008 11:21 AM

Accepted Solutions (0)

Answers (4)

Answers (4)

Former Member
0 Kudos

hi,

in attributes it will b thr

check the check box

regards,

prashanti

Former Member
0 Kudos

Hi,

I am using 4.6 C version in SAP .I think ur using 6.0 version.

Regards,

Neelima

Edited by: Sammeta Neelima on Nov 26, 2008 2:08 PM

Former Member
0 Kudos

hi,

ours is 6.0

u better use text elemnets and fetch data directly frm adrc

ar use fm to convert the case

i think frst option will be much better

if u want any help further wd the frst case do ping me.

regards,

prashanti

Former Member
0 Kudos

Hi

In the smartform

Address node --> General Attributes

In the edit mode, check the checkbox Uppercase/Lowercase Spelling.

Hope that helps.

Regards

Richa

Former Member
0 Kudos

Hi

In the Address Node, Check the Check Box:Uppercase/Lowercase Spelling. The city wont come in capitals.

Regards,

Vishwa.

Former Member
0 Kudos

Hi Vishwa.

There is no such check box in Address node.

regards,

Neelima.

Former Member
0 Kudos

First, check properly OK?? It will definitely be there.

It will be in the last but one line...under the heading "Additional Address Specifications".

Check this screen shot: http://www.flickr.com/photos/32785181@N04/?saved=1

Former Member
0 Kudos

increase the Number of Lines to be Used in the general attributes of address and check is there any other city menctioned there, because what ever is there in the table will directly come in the preview

Former Member
0 Kudos

Hi ,

I have increased the number of line to 10 (max) there is only one city and that is coming in capitals.

Regards,

Neelima.