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

PLKOD-DATUB

Former Member
0 Likes
4,143

Hi,

I need to have the "Valid to" Date in my Z-Programm like it is shown in CA03 but in se16n in plko I cannot find the datub field.

How to import the exact valid to date from CA03 (Administrative data) ? how is it possible to use it from the structure plkod? is it the same like plpod-datub?

Hi,

I need to have the "Valid to" Date in my Z-Programm like it is shown in CA03 but in se16n in plko I cannot find the datub field.

How to import the exact valid to date from CA03 (Administrative data) ? how is it possible to use it from the structure plkod? is it the same like plpod-datub?

10 REPLIES 10
Read only

Former Member
0 Likes
3,123

Hi Andre,

Please correct me if i am wrong. you want "Valid- to- Date " which is shown in CA03 Transaction.

I have  a doubt, Any way you have created a Custom program. why can't you create a your own data element which is having the "Valid- to- Date" description .


here Names will be different but field behavior is same.


PFA for your reference.

Regards,

Srini.

Read only

0 Likes
3,123

Hi Srini,

Im new to programming for PP-Module,

I dont want to change because I want to use what is already created in standard data-tables.

from where is CA03 getting the data in PLKOD-DATUB? If I want to do the "plkod-datub" in my types definition I don't get any data because plkod is just a structure and its not in plko-table.

Why should I create another useless data element? I just need to have the data from that one in CA03 .

PFA = what?

Thanks

Andre

Read only

RaymondGiuseppi
Active Contributor
3,123

AFAIK there is no such field in database, the DATUB "valid to" value is the DATUV "value from" - 1 of previous record or '99991231' if none ?

Regards,
Raymond

Read only

0 Likes
3,123

what?????

Read only

0 Likes
3,123

Look at form PUT_PLKOD of logical database PNM to understand.

Read only

0 Likes
3,123

where??? I can't follow you

Are there ANY possibilities to get the data from CA03 in Admistrative Data field "Valid to" PLKOD-DATUB ? I dont want do any loop ways...is there any straight way to get the same data?

Read only

0 Likes
3,123

Not with a single select (if this is what you mean with "any straight way")

PLKO-DATUVPLKOD-DATUB
2001010120081231
2009010199991231

Else perform some search in debug/trace on CA03 as some FM and forms can do the job for you.

Regards,

Raymond

Read only

0 Likes
3,123

FM=??? Dont come with acronyms man this is no help for me

Read only

0 Likes
3,123

I just want the datub as the datuv in my select for outputting the valid to date nothing else

Read only

0 Likes
3,123

Function Module