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

Is there any code example for LDB PCH

Former Member
0 Likes
771

I always write report using logical database 'PNP' and 'PNPCE', which make it very easy to have code for HR master data.

The 'PCH' is for OM data, is there any method, like using "PNP", can make program for OM easier?

Many thx, if any help.

1 REPLY 1
Read only

Former Member
0 Likes
391

I have tried to write some report using pch logical database and successed.

在报表自身中,从 GET OBJEC 点,作为规定,数据库驱动程序将文件 PLOG 中的选定的选择恢复为规定的并检查权限。

指令 TABLES 中结构声明是前提。若除了结构 OBJEC,还定义结构 GDSTR,则将结构评估的参数添加到标准选择屏幕。这可以通过评估路径进行结构评估。

REPORT ZPHC_TEST.

TABLES : objec.

infotypes: 1000.

INITIALIZATION.

START-OF-SELECTION.

get objec.

WRITE : p1000-objid.

end-of-SELECTION.