Application Development Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 

how to find service entry posting time

former_member185116
Active Participant
0 Kudos

hello all,

                     EBELN              LBLNI               BUDAT

as shown above(in table ESSR)

a PO has multiple service entry sheets and out of whcih 2 entry sheets(1000000569, 1000000572) have been posted on same date.(i.e 30.07.2014)

how can i find which one is posted erlier with respect to time (i.e where can i find posting time)...

thanks all...

1 ACCEPTED SOLUTION

former_member196331
Active Contributor
0 Kudos

I hope

Out of (1000000569, 1000000572)  If the same data matches.


You can consider 1000000569

Because 2 before 1,     5 before 4,


Hope you understood.





13 REPLIES 13

former_member196331
Active Contributor
0 Kudos

I hope

Out of (1000000569, 1000000572)  If the same data matches.


You can consider 1000000569

Because 2 before 1,     5 before 4,


Hope you understood.





0 Kudos

Hi,

how come entry sheet 1000000568  has posted on a later date(17.11.2014) than 1000000569 (30.07.2014)

0 Kudos

Your point is valuable one more point is.

Table EKBE (Purchase order history ) and field is  CPUTM

Just check it may be helps to you. Just Try.

0 Kudos

Hi,

thanks for your reply,

here BUDAT = posting date

       CPUDT = Day On Which Accounting Document Was Entered

       CPUTM = Time of entry,

why there is a mismatch betwen BUDAT and CPUDT.

0 Kudos

Hi,

AT ML81N Under Accept Date tab. there are two fields

DOC:

POSTING:

They had chosen manually, because of that reason two dates are varies.

Hope you understood.

0 Kudos

Please Find the Attached Files,For better understanding.

Hope your problem solved.

0 Kudos

need small clarification ,

here do i need to use

BUDAT = posting date , CPUTM = time of entry..

or

CPUDT = Day On Which Accounting Document Was Entered

CPUTM  = time of entry..

0 Kudos

HI,

The below fields are manually Changes At ML81N, There is a chance to change the date

Example In your Case, What you Shown earlier to me.

BUDAT = posting Date

BLDAT = Document date

Consider The below one, The below fields  user Can not Change means manually,

it will take server Date and Time

CPUDT  = Etnry date

CPUTM  = Time of Entry

Hope your query solved.

praveenboss
Participant
0 Kudos

Hy,

             go to  esll table  pass essr-PACKNO  in ESLL-PACKNO , GET    ESLL-SUB_PACKNO.

             PASS AGAIN ESLL-SUB_PACKNO INTO ESLL PACKNO.

            GET THE FIELD (    BEGTIME OR ENDTIME   )

Thnaks.

0 Kudos

Hi,

the begtime and endtime are null..

0 Kudos

Yes... In My System also the begtime and endtime are null..

0 Kudos

Please Find the Attached File.

As i Said earlier, I was Created Two Service Entry Sheets. For one po.

It is creating with Two different Times. Hope you got the answer.

0 Kudos

hi ,

   take ebeln ebelp from essr.

   pass into mseg table get

  CPUDT_MKPF     AND      CPUTM_MKPF

GIVE POINTS.

THANKS.