cancel
Showing results for 
Search instead for 
Did you mean: 

problem faced in sapscripts

Former Member
0 Kudos

Hi All,

I've face some problem in sapscripts, where the data is not appear when i move the code to header part.

This is from standard form, the data did appear.

/* -


NOTIFICATION ITEMS DETAIL -


/E NOTIF_DETAIL

/: PROTECT

T4 <>Detail item &WQMFE-POSNR&</>

/ <>Problem </> ,,<>&WQMFE-FEGRP&</> ,,<>&WQMFE-FECOD&</> ,,

= <>&WQMFE-TXTCDGR(68)&</>

/ <>Object part </> ,,<>&WQMFE-OTGRP&</> ,,<>&WQMFE-OTEIL&</> ,,

= <>&WQMFE-TXTCDGROT(68)&</>

/ <>Text </> ,,<>&WQMFE-FETXT&</>

/

/* <>Classification </> ,,<>&WQMFE-FRKLS&</> ,,,,<>&WQMFE-KLBEZ&</>

/

but when i try to paste this few lines to header part, it's data doesn't appear.

Any way to solve it?

Thank you in advanced.

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Hi,

Can you check the size of the headerwindow, the number of lines printing . If the size is small increase the size, if size is ok, Please check whether the is elemtn NOTIF_DETAIL calling or not.

Bye

Former Member
0 Kudos

Hi Ntajib Netaji ,

For those you mentioned, I've check ...

is still not working.......

Is there any other way...?

Thank you.

Answers (3)

Answers (3)

Former Member
0 Kudos

I've solve this, thank you

Former Member
0 Kudos

Hi,

Which line are you trying to add??? The commented one?

Former Member
0 Kudos

Hi Nayan,

I wanna to add all the table(structure) and field to header part, the data does appear in standard form, when I move the code to header part, the data just can't retrieve / appear...

/E NOTIF_DETAIL

/: PROTECT

T4 Detail item &WQMFE-POSNR&

/ Problem ,,&WQMFE-FEGRP& ,,&WQMFE-FECOD& ,,

= &WQMFE-TXTCDGR(68)&

/ Object part ,,&WQMFE-OTGRP& ,,&WQMFE-OTEIL& ,,

= &WQMFE-TXTCDGROT(68)&

/ Text ,,&WQMFE-FETXT&

/

/* Classification ,,&WQMFE-FRKLS& ,,,,&WQMFE-KLBEZ&

/

/:ENDPROTECT

Thanks.

Former Member
0 Kudos

Hi,

Did u give ENDPROTECT.

Best regards,

raam

Former Member
0 Kudos

Hi Kodandarami Reddy.S ,

Yes I did have end protect, just forgot to paste here.

Any suggestion to solve ?

Thank you.