Warning: include_once(http://erpgenie.com/_borders/topabap.htm) [function.include-once]: failed to open stream: HTTP request failed! HTTP/1.1 404 Not Found in /var/www/vhosts/erpgenie.com/httpdocs/abaptips/templates/rhuk_solarflare_ii/index.php on line 52

Warning: include_once() [function.include]: Failed opening 'http://erpgenie.com/_borders/topabap.htm' for inclusion (include_path='.:') in /var/www/vhosts/erpgenie.com/httpdocs/abaptips/templates/rhuk_solarflare_ii/index.php on line 52

Login

Login to view more content!!!





Lost Password?
No account yet? Register

Registered Access

Poll

What area of ABAP are you interested in?
 
Home arrow Tips and Tricks arrow General arrow Determining if a transport is imported or not
Determining if a transport is imported or not PDF Print E-mail
User Rating: / 1
PoorBest 
Written by Kevin Wilson   
Wednesday, 25 July 2007
Ever need to see if a transport has been imported? Here are snippets of some code that guides you towards where to look....

Data: transport_list type standard table of TMS_TRKORR.

 

if as4date is initial.

  as4date = '19000101'.

endif.

 

  SELECT TRKORR FROM E070

    INTO TABLE TRANSPORT_LIST

    where as4date ge as4date.

 

….

 

  CALL FUNCTION 'TR_READ_GLOBAL_INFO_OF_REQUEST'

       EXPORTING

            iv_trkorr                 = wa_trkorr

            iv_dir_type               = 'T'

            is_settings               = is_settings

            iv_suppress_deleted_steps = ' '

            it_comm_systems           = it_comm_systems

       IMPORTING

            es_cofile                 = es_cofile

            ev_user                   = ev_user.

 

  LOOP AT es_cofile-systems INTO systems_head.

….

 


Related Items:

 
< Prev   Next >

Google Search

Statistics

Contribution Activity
Utilities: 38
Tips and Tricks: 333
Sample Code: 164
Total Contributions: 550

Member Activity
Members: 6249 since 2/1/2007!
New: 2 since yesterday!
Visitors: 1087939

Newest Members

Welcome our newest members:

Google Ads


Warning: include(http://erpgenie.com/_borders/bottom.htm) [function.include]: failed to open stream: HTTP request failed! HTTP/1.1 404 Not Found in /var/www/vhosts/erpgenie.com/httpdocs/abaptips/includes/footer.php on line 22

Warning: include() [function.include]: Failed opening 'http://erpgenie.com/_borders/bottom.htm' for inclusion (include_path='.:') in /var/www/vhosts/erpgenie.com/httpdocs/abaptips/includes/footer.php on line 22