‎2010 Sep 21 7:19 PM
I am writing a program that is not using Logical Database but the client wants to see the F4 Help for Organizational Structure similar to what is displayed in LDB PERNR with Info Type 0001. How can this be done? Since you cannot post pictures here, this is kind of difficult to explain.
Thanks.
‎2010 Sep 22 8:41 AM
Hi,
use search help PREM. U will get similar type of F4 help.
use like this ....
PARAMETERS : p_pernr TYPE PERSNO OBLIGATORY MATCHCODE OBJECT PREM.
Amitava
‎2010 Sep 22 8:41 AM
Hi,
use search help PREM. U will get similar type of F4 help.
use like this ....
PARAMETERS : p_pernr TYPE PERSNO OBLIGATORY MATCHCODE OBJECT PREM.
Amitava
‎2010 Dec 03 2:46 PM
The search help I wanted is only available with Logical Databases. The client settled for something else.
‎2010 Oct 05 1:30 PM
Thanks for the reponse. It turns out that the only way to get the search help the client wants is to use a Logical Database. Guess I am going to have to learn them.