Application Development and Automation 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: 
Read only

Date field which has a parameter ID

dev_parbutteea
Active Contributor
0 Likes
1,859

Hello , i'm having trouble finding a date field which has a parameter ID.Does anyone know about this?

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
1,338

You can use this dataelement.

OIU_EFF_TO_DT

Hello , i'm having trouble finding a date field which has a parameter ID.Does anyone know about this?

8 REPLIES 8
Read only

Former Member
0 Likes
1,338

hi

which screeen

???

Read only

dev_parbutteea
Active Contributor
0 Likes
1,338

screen? i do not quite understand.

e.g in transaction se11 for data type BUKRS , the parameter ID is BUK. I need a date type which has a parameter ID.

Read only

0 Likes
1,338

hi Soosnes

parameter ID generally used when we need give <b> default value </b>

Hope it might help

Amit

Read only

0 Likes
1,338

hi,

check these parameter id's for date fields.

ABDAT From Date

ABTME From Creation Date

BDTJ Posting date YYYY

BEG Start Date (PD)

BISDAT To Date

BISTME To Creation Date

Read only

Former Member
0 Likes
1,339

You can use this dataelement.

OIU_EFF_TO_DT

Read only

dev_parbutteea
Active Contributor
0 Likes
1,338

here's my declaration.

SELECT-OPTIONS : s_datfac for OIU_EFF_TO_DT MEMORY ID OIU_ETD .

I'm getting the following error message:

Field OIU_EFF_TO_DT is unknown,It is neither in one of the specified tables nor defined by a data statement.

Read only

0 Likes
1,338
REPORT  ZTEST.

data: v_date type  OIU_EFF_TO_DT.

SELECT-OPTIONS : s_datfac for v_date MEMORY ID OIU_ETD .
Read only

Former Member
0 Likes
1,338

TABLE : VBAP

FIELD : FLDATE

DATA ELEMENT : S_DATE

PID : DAY

Reward if useful

I.