0% found this document useful (0 votes)
41 views1 page

Sample Code

This document defines a data structure called t_act_driver1 that contains fields for a stringmatch, pspid, network, activity, uvorn, isdd, isdd1, and projn. The data structure occurs 0 times and the fields are defined to match specific fields from other data structures.

Uploaded by

santosh4ads
Copyright
© Attribution Non-Commercial (BY-NC)
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
41 views1 page

Sample Code

This document defines a data structure called t_act_driver1 that contains fields for a stringmatch, pspid, network, activity, uvorn, isdd, isdd1, and projn. The data structure occurs 0 times and the fields are defined to match specific fields from other data structures.

Uploaded by

santosh4ads
Copyright
© Attribution Non-Commercial (BY-NC)
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd
You are on page 1/ 1

DATA: BEGIN OF t_act_driver1 OCCURS 0, stringmatch(12) TYPE c, pspid LIKE proj-pspid, network LIKE afko-aufnr, activity LIKE act01-vornr,

uvorn LIKE act01-uvorn, isdd LIKE act01-isdd, isdd1 LIKE act01-isdd, projn LIKE act01-projn, END OF t_act_driver1.

You might also like