cancel
Showing results for 
Search instead for 
Did you mean: 

Problem in printing Address Type 3

Former Member
0 Kudos

Hi Experts,

This post is in context of Address type 3 (Contact Person).

Please see the below mentioned code which has been coded in the script :


/:	 	IF &VBDKA-ZZADRND& EQ &SPACE&
/:	 	IF &VBDKA-ADRNP_2& EQ &SPACE&

/:	 	ADDRESS *TYPE 3* PARAGRAPH AS

/:	 	  FROMCOUNTRY &VBDKA-SLAND&
/:	 	  PERSONNUMBER &VBDKA-ZZPRSNR&
/:	 	  ADDRESSNUMBER &VBDKA-ADRNR&
/:	 	 ENDADDRESS

/:	 	ELSE
/:	 	ADDRESS *TYPE 2* PARAGRAPH AS
/:	 	  FROMCOUNTRY &VBDKA-SLAND&
/:	 	  PERSONNUMBER &VBDKA-ZZPRSNR&
/:	 	 ADDRESSNUMBER &VBDKA-ADRNP_2&
/:	 	 ENDADDRESS
/:	 	ENDIF

Now as per the above code, Address of Type 2 is coming fine but when it comes to Address TYPE 3 i.e. Contact Person address is not getting displayed on the form. I have checked in ADRC table, record exists.

Can I have some valuable inputs on the same and please let me know if you need any other relevant info.

THanks in Advance!!!

Cheers

VJ

Accepted Solutions (0)

Answers (1)

Answers (1)

nabheetscn
Active Contributor
0 Kudos

Check the standa saphelp for priority and number of lines toprint it correctly.

Thanks

Nabheet