How to Print Media Object Text On Report Variable?

sachinchopra

Member
Hi Friends,
I am trying to print the INTERNAL ATTACHMENTS (not the item notes) attached in the Item master Application(P4101)in the customized report.
For this,I have developed a customized report and has taken a report variable of type DL.The group section used in the report doesn't have any view attached to it.
In the do section of the group section,
I have used a System Function(Media Object).The media object structure used to fetch the attachment text is GT4101.
SECTION: <Untitled> [GROUP SECTION] (S1)
=======================================================================
OBJECT: SECTION
EVENT: Do Section
-----------------------------------------------------------------------

0002 Media Objects(GT4101, <Get Text>, VA rpt_Description01_DLLLLL, "60054")

I checked in the debugger but no value has been assigned to Variable.

JDE Version:8.10
Environment:DV
 
Back
Top