Age: 46 Joined: 05 Nov 2007 Posts: 725 Location: КраснАдар
Posted: Wed Jun 20, 2012 11:45 am Post subject:
Видимо так.
Code:
data ls_DOCOUTPUT LIKE DOCOUTPUT.
data lt_DOCOUTPUT type TABLE OF ssfdocout.
data lt_PAGEOUTPUT type TABLE OF ssfdocout-PAGEOUTPUT.
data ls_PAGEOUTPUT LIKE LINE OF lt_PAGEOUTPUT.
data lt_WINOUTPUT type TABLE OF SSFPAGOUT-WINOUTPUT.
data ls_WINOUTPUT LIKE LINE OF lt_WINOUTPUT.
data lt_WINOTF type TABLE OF SSFWINOUT-WINOTF.
data ls_WINOTF LIKE LINE OF lt_WINOTF.
data lv_tdtitle type SSFWINOUT-WINOTF.
lt_DOCOUTPUT = JOBOUTPUT-DOCOUTPUT.
READ TABLE lt_DOCOUTPUT index 1 into ls_DOCOUTPUT.
" Как то так вот
READ TABLE ls_DOCOUTPUT-lt_PAGEOUTPUT index 1 into ls_PAGEOUTPUT.
READ TABLE ls_PAGEOUTPUT-lt_WINOUTPUT index 1 into ls_WINOUTPUT.
READ TABLE ls_WINOUTPUT-lt_WINOTF index 7 into ls_WINOTF.
You cannot post new topics in this forum You cannot reply to topics in this forum You cannot edit your posts in this forum You cannot delete your posts in this forum You cannot vote in polls in this forum You cannot attach files in this forum You can download files in this forum
All product names are trademarks of their respective companies. SAPNET.RU websites are in no way affiliated with SAP AG. SAP, SAP R/3, R/3 software, mySAP, ABAP, BAPI, xApps, SAP NetWeaver and any other are registered trademarks of SAP AG. Every effort is made to ensure content integrity. Use information on this site at your own risk.