‎2006 Nov 09 11:45 AM
i wont to define a table with fields objid in import tab how can i do that? thankes
‎2006 Nov 09 11:48 AM
is there a specific need to define the same in import tab?
Best way is to define it in tables tab.
Or give parameter name Z_MARA, type LIKE, and associated type MARA. in this way u can do it.
‎2006 Nov 09 11:49 AM
hi,
data:
begin of itab occurs 0 with headerline,
objid type hrobjid
end of itab.
you can include other fields like otype, istat etc..if you require..
hope this helps.
Sajan.
Addition: you can use the following type also..
data lv_object type hrobjid
..and use as import parameter (if table is not the requirement)
Message was edited by: Sajan Joseph