cancel
Showing results for 
Search instead for 
Did you mean: 

Dynamic Text in PLD

Former Member
0 Kudos

Dear Experts,

I have two text fieds in PLD,

Text 1 : Inclusive VAT@14

Text 2 : Inclusive VAT@5

If user select VAT14 in tax code then text 1 should display , if user select VAT@5 in document then Text 2 should display in PLD.

Thanks & Regads,

Hiren

Accepted Solutions (0)

Answers (2)

Answers (2)

former_member212181
Active Contributor
0 Kudos

HI Hiren,

I hope this text you need to print in Footer area.

In SAP B1, are capturing tax codes at Line level and not in footer area.

Just imagine a case where first line item belongs to 5% tax and second item belongs top 14 %.

If this case won't happen in your case(Only one tax code per document only possible in your organization), then we can right a formulae in footer area to do this.

Line level Tax code field= F_122

Create one formulae field(F_123) in Footer area and values will be F_122 =='VAT@14'

Create One free text field(F_124) in which value will be "Inclusive VAT@14". and Link to F_123..

use the same logic for VAT@5 also

Thanks

Unnikrishnan

Former Member
0 Kudos

Hi Hiren,

Use "Link to" field in General Tab of Properties - Field.

Regards,

SP Samy