cancel
Showing results for 
Search instead for 
Did you mean: 

change in SAP Standard Address

Former Member
0 Kudos

Hi All,

I am printing the address as SAP standard format using address number in smart form. When I tested it is displaying the title 'Company' follwed by address.

Can I eliminate printing of title

I dont want to display the title Company

I will appriciate your quick response.

thanks in advance

-Venkat

Accepted Solutions (0)

Answers (3)

Answers (3)

Former Member
0 Kudos

Hi,

If you still have problem with address, then best way is,

write code lines to fetch the address using the address number from ADRC table and then create a separate window with the name, address, p.o.box, street text fields and assign the values to it and print.

Put break-point in your code lines to enter debug mode.

Regards

Subramanian

former_member190178
Participant
0 Kudos

Hello Venkat,

Could you please tell me how to debug the smartform.

As the same kind of problem i am facing in address window for Invoice

i want to know the field name and the value contained in that variable for

Invoice (Output type: RD00).

The main issue is that address is not getting printed in full so people here want to know what variable from which table is being used and wether that is being maintained or not !!!

I suppose you got my question !!!

Please reply ASAP !!!

Regards,

Virendra

Former Member
0 Kudos

Hi Venkat,

You can try "Determine dynamically" option in general attributes of address. Use F1 help on field to know more about this option.

Ashven