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

PNP/PCH

Former Member
0 Likes
619

Hi

Does anyone know if its possible to start a program with a PNP screen from the PNP database (used to select personnel numbers) and later in the program call a screen from the PCH database (to select objects)?

Greets

Hi

Does anyone know if its possible to start a program with a PNP screen from the PNP database (used to select personnel numbers) and later in the program call a screen from the PCH database (to select objects)?

Greets

1 REPLY 1
Read only

Former Member
0 Likes
395

Try using this FM : LDB_PROCESS (Dynamic logical

database calls)

Call this in your program once for PNP and for PCH with the

appropriate parameters ...

Look at the sample program : RFITEMAR

Edited by: Srinivas Gurram Reddy on Mar 21, 2008 7:38 PM

Edited by: Srinivas Gurram Reddy on Mar 21, 2008 7:41 PM