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

working with LDB without selection screen

Former Member
0 Likes
439

can' we take input through file without any selection screen when we are working with LDB?

Please focus on this.

Regards

vamsi.

3 REPLIES 3
Read only

Former Member
0 Likes
394

Hi

Yes,You can have a paramter for filename for a report, which is using a LDB.

LDB gives an addition selection for fetching the data from the tables using GET and PUT events.

Reward points if useful

Regards

Anji

Read only

Former Member
0 Likes
394

Hi,

yes, u can make use of :

SET PARAMETER ID command.

SET PARAMETER ID pid FIELD dobj.

Effect:

This statement sets the content of the SPA/GPA parameter specified in pid to the content of the data object dobj. For pid, a flat character-type field is expected that can contain a maximum of 20 characters, which cannot be exclusively blank characters. pid is case-sensitive. For dobj, a flat, (as of release 6.10 character-type) field is expected, whose binary content is transferred in an unconverted format.

If the SPA/GPA parameter specified for the current user in pid does not yet exist in the SAP memory, it is created. If the SPA/GPA parameter has already been created for the current user, its value is overwritten.

In a program, SPA/GPA parameters can only be created or assigned values if a name exists for them in the table TPARA. The extended program check reports an error if it can statically determine that a name specified in pid is not contained in the database table TPARA. ist.

Read only

amit_khare
Active Contributor
0 Likes
394

Yes you can do that.

Are you using PNPCE database?

Regards,

Amit

Reward all helpful replies.