cancel
Showing results for 
Search instead for 
Did you mean: 

SRM confirmation Posting date

Former Member
0 Kudos

Dear Experts,

We are in SRM5 , SAPKIBKT14 ,

We need to add the Posting Date field to the SRM confirmation process ,

Could not find any SAP note regarding this issue ( Only that this field is available on SRM6 )

Thanks for your help,

Regards,

Moshe

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Hello Moshe,

Usually the confirmation creation date is taken as the COnfirmation Posting date.

Arshad

Former Member
0 Kudos

Dear Arshad,

The Posting date date is taken as the current day.

This is the problem that we can not change it to the past ( in the ECC tou can do it)

Thanks,

Moshe

former_member183819
Active Contributor
0 Kudos

Note 486124 - Entering posting date

some ifo

Summary

Symptom

When a goods receipt or a service is confirmed, the posting date is to be entered (different from the document date).

Other terms

Posting date, BUDAT, POSTING_DATE_FI, Enterprise Buyer professional, EBP, BBP, B2B, BBP_CF, SAPLBBP_CF, BBPCF01, BBPCF02, BBPCF03

Reason and Prerequisites

Function enhancement

As of EBP Release 3.0, you can enter the posting date in the detail screen of the document header. However, for this you must deactivate the source code specified in the HTML template.

Solution

Remove the comment characters ( < !-- and --> ) at the beginning and the end of the following source code in HTML template SAPLBBP_CF 3000 in Internet Service BBPCF01:

Release 3.0:

<!--

`if (GS_HEADER-POSTING_DATE_FI.exists)`

`TR()`

`TD(class="label")``POSTING_DATE.label`

`TD(class="data")`

`if (GS_HEADER-POSTING_DATE_FI.disabled)`

`GS_HEADER-POSTING_DATE_FI.value`

`else`

<input type="text" name="GS_HEADER-POSTING_DATE_FI" value="..

`end`

`TR()`

`Lines()``SpaceImage(1,1)`</td>

`end`

-->

Release 3.5:

<!--

`if (GS_HEADER-POSTING_DATE_FI.exists)`

`TR()`

`TD(class="label", nowrap="x")``POSTING_DATE.label`

`if (GS_HEADER-POSTING_DATE_FI.disabled)`

`TD(content=GS_HEADER-POSTING_DATE_FI.value, class="data",...

`else`

`TD(class="data", nowrap="x")`<input type="text"...

`end`

`TR()`

`Lines()`

`end`

-->

Release 4.0:

<!--

`if (GS_HEADER-POSTING_DATE_FI.exists)`

`TR()`

`TD(class="label", nowrap="x")``POSTING_DATE.label`

`if (GS_HEADER-POSTING_DATE_FI.disabled)`

`TD(content=GS_HEADER-POSTING_DATE_FI.value, class="data", ...

`else`

`TD(class="data", nowrap="x")`<input type="text" ...

`end`

`TR()`

`Lines()`

`end`

-->

Release SRM4.0

<!--

`if (GS_HEADER-POSTING_DATE_FI.exists)`

`TR()`

`TD(class="label", nowrap="x")``POSTING_DATE.label`

`if (GS_HEADER-POSTING_DATE_FI.disabled)`

`TD(content=GS_HEADER-POSTING_DATE_FI.value, class="data", ...

`else`

`TD(class="data", nowrap="x")`<input type="text" ...

`end`

`TR()`

`Lines()`

'end'

-->

Header Data

Release Status: Released for Customer

Released on: 27.01.2006 09:42:32

Master Language: German

Priority: Recommendations/additional info

Category: Consulting

Primary Component: SRM-EBP-CGS Confirmation Goods/Services

Answers (0)