Hi,
schreibe doch selber das Makro. Ich habe mal einen checker geschrieben, der schaut, ob irgendein Ditto nicht expodbar ist. Da ist eine Code Sequenz drin, die das Exploden aller Dittos in dem aktiven Modell ermöglicht. Darauf kannst Du ja für ein eigenes Makro aufbauen.
* DETAIL-EXPLODE =============================================
load gumsel mnum,4,'*DIT',5,0,0,0,numspc,ier
load gusinf numspc,lst,numst,ier
dump lst,numst
if (ier ne 0) branch NODIT
label ditex
msgcntl 'DETAIL-EXPLODE'
load guspop numspc,compt,iend,ier
dump detn,detid
if (iend eq 1) branch NODIT
load giride mnum,compt,detn,detid,ier
dump detn,detid
load giwxdi mnum,compt,numstk,ditfeh
blockif (ditfeh ne 0) then
highlt compt
branch ditex
Gruß
Kulle
IP