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: 

PCH Logical Database

0 Kudos

Can anyone tell me how to read objects with planned status using PCH ldb.

Only objects with Active Status are read at Get Objec Event.

5 REPLIES 5

Former Member
0 Kudos

When you use PCH logical database, the selection screen should object status on the standard selection screen. Yout should be able to control the status using this field.

Regards,

Chris H.

0 Kudos

Standard Selection has the object status field but I am not able to control.

0 Kudos

Is there any specific reason that you cannot control the field?

Could you possibly add you own custom field to the selection screen for object status? Then before your get statement, you could populate the standard select option with the value from your custom select option.

Regards,

Chris H.

jayanthi_jayaraman
Active Contributor
0 Kudos

Hi,

Use fields addition with get statement.

Former Member
0 Kudos

Hi Khalid,

After adding the LDB in the attributes screen of the program.

Inside call the event GET OBJEC.

then when you are selecting the data from HRP1000 chcek ISTAT = '1'. (Active)

Reward if it helps,

Eswar