Application Development and Automation Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 

Watermark for PO

divsmart
Participant
0 Kudos
498

Hi experts,

I need to include an watermark based on PO release ie., if PO not released "DRAFT' to display and if released "DRAFT to not display....

Here i create an BMAP and there is wrote as below in 'Initization' but i getting error .

Form interfaces---->import-------->lv_watermark type char20.

please help!!!!.

IF wa_hed-frgsx NE ' ' AND wa_hed-frgke NE 'G'.

lv_watermark = 'WATERMARK - V2'.

ENDIF.
1 REPLY 1

manfred_reinart
Product and Topic Expert
Product and Topic Expert
0 Kudos
375

Please specify what you mean exactly by 'here' and which error you are seeing.