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: 
Read only

FIELDS

Former Member
0 Likes
835

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

6 REPLIES 6
Read only

Former Member
0 Likes
775

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.

Read only

Former Member
0 Likes
775

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

Read only

0 Likes
775

inspite of debugging i couldnt get anything worth...please giv me a detailed description on how 2 go for it

Read only

0 Likes
775

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

Read only

0 Likes
775

Create paragraph formats with desired font size and apply it in the appripriate window to the appropriate text ( Title in ur case)

Regards,

Sujatha.

Read only

Former Member
0 Likes
775

thanks