Quantcast
Channel: SCN: Message List
Viewing all articles
Browse latest Browse all 3316

Re: Start Routine for 0COSTELMNT_0102_HIER

$
0
0

I am not sure if this method would take two InfoObjects.

 

Below note might help you .

 

http://service.sap.com/sap/support/notes/2024513

 

Instead of the Class/Method I tried a custom ABAP to interchange DATEFROM and DATETO .  Can you try to comment the class/method portion and use this custom code ?

 

Here is the code :

 

DATA TEMP_DATE TYPE SY-DATUM.

 

LOOP AT SOURCE_PACKAGE_3 ASSIGNING <SOURCE_FIELDS_3>  .

 

 

  IF <SOURCE_FIELDS_3>-DATEFROM GT   <SOURCE_FIELDS_3>-DATETO .

 

    TEMP_DATE = <SOURCE_FIELDS_3>-DATETO .

 

   <SOURCE_FIELDS_3>-DATETO = <SOURCE_FIELDS_3>-DATEFROM .

 

   <SOURCE_FIELDS_3>-DATEFROM = TEMP_DATE .

 

   CLEAR TEMP_DATE .

 

 

  ENDIF .

 

 

ENDLOOP.

 

Regards

Anindya


Viewing all articles
Browse latest Browse all 3316

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>