Hi Friends,
I have the following code in SAPScript but I need to change it to SmartForms. Can anybody tell me how to handle?
/: ADDRESS PARAGRAPH AS
/: TITLE &SERVICE_ADDRESS-ANRED&
/: NAME &SERVICE_ADDRESS-NAME1&,
&SERVICE_ADDRESS-NAME2&,
&SERVICE_ADDRESS-NAME3&,
&SERVICE_ADDRESS-NAME4&
/: STREET &SERVICE_ADDRESS-STRAS&
/: POBOX &SERVICE_ADDRESS-PFACH&
/: CITY &SERVICE_ADDRESS-ORT01&,
&SERVICE_ADDRESS-ORT02&
/: POSTCODE &SERVICE_ADDRESS-PSTLZ&
/: COUNTRY &SERVICE_ADDRESS-LAND1&
/: REGION &SERVICE_ADDRESS-REGIO&
/: FROMCOUNTRY &SERVICE_ADDRESS-SLAND&
/: ENDADDRESS
I have created one text element under address window of my smartform and I inserted above code.
it's not displaying in the smartform. I checked in debug mode untill smartform calling by the function module. The data is there in that structure.
I don't know how to debug address window.
Could you pls help me. can we use ADDRESS and END ADDRESS in smartform.
Thanks in advance.
Regards
Raghu