cancel
Showing results for 
Search instead for 
Did you mean: 

problem in smartform - address element .

Former Member
0 Kudos

Hello Gurus!

i m have smartform VSF_BILL and program - RLB_INVOICE.

here , in zVSF_BILL smartfom, there is address element of smartforms.

when taking printpreview thru vf03 - its not displaying anything.

in output - processing log - it giving error

Error in address output (address not found )

Accepted Solutions (0)

Answers (3)

Answers (3)

Former Member
0 Kudos

Hi,

Firstly check whether the address is maintained in the DB for tht particular company or not, mostly i think tht address might not be maintained in the DB, if not you can fetch address in the driver program them just use text element to print the field tht holds tht data, then it will not throw tht errror if at all data is missing.

Reward if useful

Thanks

Aditya

Former Member
0 Kudos

Hi,

There are is one way to resolve that problem .

you hve to create a program lines before the address window and check that address number exists in the ADRC table or not if it exists only we have ot execute the address node.

Thanks,

NN.

Former Member
0 Kudos

Hi

In the address node, check the field or number ur giving. Sometimes, we need to write prog. code also to retreive the address number.

Also, If ur giving field in the address node, then in conditions tab give a condition saying &field& neq initial.

Ex:&ekko-adrnr& neq initial.

Here &ekko-adrnr& is given in address element.

Just try this out.

Rewards Points If helpful,

Thanks and Regards,

Vishwa