cancel
Showing results for 
Search instead for 
Did you mean: 

issue on smart form

Former Member
0 Kudos

hi friends,

i want some help on smart forms

Requirment: when vendor has street address and PO Box address, use Street address.

if the main vendor has both a street address and po box address the program should use the street address

each vendor has following fields.

1)street/house number or pobox

2)postel code

3)city

4)region

if the main vendor does not have a street address and only has a PO BOX address ,the program should use the po box address.

plz sent me some logic on that.....

plz help me

regards

madhu

Accepted Solutions (0)

Answers (2)

Answers (2)

Former Member
0 Kudos

Create a condition to check the Street address.

if TRUE then in the textbox use Street address.

if FALSE then in the textbox use PO box no.

Reward if useful

Regards

ANUPAM

Former Member
0 Kudos

hi

try with IF ,

like

IF street/house number or pobox NE ' '.

Do this. // write here all thing u want to print//

ELSE.

Do This. // write here only POBOX NO. //

street/house number or pobox = field name in ur internal table, (i.e ITAB-F1)

reward if helpful

Edited by: sachin sharma on Dec 24, 2007 8:59 AM