‎2007 Feb 26 6:43 AM
hi,
am doing a quality certificate script through the qc21 transaction and am acesing the purchase order no:,document number and the cistomer no: which r in d table sin d INFO window..but as am accesing the po doc no: and d customer number and order item liike dis
PURCHASE item/date<>
&VBDKL-BSTNK&&' '*VBDPL-POSEX&&' / 'VBDKL-BSTDK&
Delivery item/date<>
&VBDKL-VBELN&&' '*VBDPL-POSNR&&' / 'VBDKL-LFDAT& Order item/date<> &VBDPL-VBELN_VAUF&& &VBDPL-POSNR_VAUF&&' / 'VBDPL-AUDAT_VAUF&,,,
Customer number<>
&VBCO3-KUNDE&
BUT AM NOT GETTING ANY OF THESE VALUE EVEN IF I GET AM GETTING ONLY '0's..PLEASE HELP ME OUT AS SOON AS POSSIBLE.
WIT REGARDS
VIJAY
‎2007 Feb 26 6:58 AM
Might be they are not getting populated.
check with debugging...
while debugging, observe these points,
check whether the tables that are going to be passed to Script are populated and then, the tables u r passing through drivier program are correct and matched.
Hope this clue may help you.
Regards,
Sujatha.
‎2007 Feb 26 7:14 AM
Hi,
Are you using the Std Form QM_QCERT_01 or copied it to some Z form and using?
If copied to Z form have you attached the same in QC02 T code to trigger your Form?
It appears that the Structure VBDKL is not at all getting populated with data?
since you are not getting any data like PO no, Delivery No and Order No etc.
check that in debug mode.
Regards,
Anji
‎2007 Feb 26 12:03 PM
inspite of debugging i couldnt get anything worth...please giv me a detailed description on how 2 go for it
‎2007 Feb 27 8:04 AM
HELLO ONCE AGAIN,
D ISSUE has been dealt.as of now the values will noy be populated.now please tell me how to put a heading in the sap script..i tried in d header of the script but its not enough v really need a big heading representing our company....
wit regards
vijay
‎2007 Feb 28 5:51 AM
Create paragraph formats with desired font size and apply it in the appripriate window to the appropriate text ( Title in ur case)
Regards,
Sujatha.
‎2007 Feb 28 5:47 AM