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

F4 Help like Logical Database

Former Member
0 Likes
599

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.

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
552

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

3 REPLIES 3
Read only

Former Member
0 Likes
553

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

Read only

0 Likes
552

The search help I wanted is only available with Logical Databases. The client settled for something else.

Read only

Former Member
0 Likes
552

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.