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

Printable fields in SapScript

Former Member
0 Likes
343

Hi,

I am working on SAPScript. I have to create a script form for Quality notification for QM01.

Now I am finding the technical specification of the fields which I want to populate.

I have read that the fields should be in "printable".

1) Does this printable means able to populate data ?

I am looking at a field called VIQMEL-SERIALNR.

2)How do I know if this is printable ?

VIQMEL is a structure.

3)Can I use &VIQMEL-SERIALNR& for populating data or I should use the basic table name instead of VIQMEL for the field serialnr to get populated in the form ?

1 REPLY 1
Read only

Former Member
0 Likes
316

Hello,

If you are printing the Form by Action box via user exit EXIT_SAPMIWO0_004, you can print the variable SERIALNR by the structure I_VIQMEL( Structure used in the User exit ) which is the interface parameters. This structure has the runtime data and you can use in your form as you have indicated.

But I am not sure how you have implemented / want to implement the same in your system.

Hope this helps you.

Best Regards, Murugesh AS

Message was edited by: Murugesh Arcot