Hi Experts,
I had Made a CR Layout for UDO and Created two Parameter
DocKey@
Object@
and
In Layout Event I have Place the code
if (eventInfo.ReportTemplate == "A0420001") | |
{ | |
SAPbouiCOM.Form ofrm = (SAPbouiCOM.Form)SBO_Application.Forms.ActiveForm; | |
string value = ((SAPbouiCOM.EditText)ofrm.Items.Item("DocNum").Specific).Value; | |
eventInfo.LayoutKey = value; | |
eventInfo.LayoutKey = "OITB"; | |
} |
then also The CR Preview prompt for Parameter..
Please Correct me . ... it urgent .
Regards,
Mayank Shah.