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

PCH Logical Database

Former Member
0 Likes
1,072

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
Read only

Former Member
0 Likes
990

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.

Read only

0 Likes
990

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

Read only

0 Likes
990

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.

Read only

jayanthi_jayaraman
Active Contributor
0 Likes
990

Hi,

Use fields addition with get statement.

Read only

Former Member
0 Likes
990

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