‎2005 Jul 14 2:50 PM
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 ?
‎2005 Jul 14 5:55 PM
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