‎2007 May 09 10:35 AM
can' we take input through file without any selection screen when we are working with LDB?
Please focus on this.
Regards
vamsi.
‎2007 May 09 10:37 AM
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
‎2007 May 09 10:38 AM
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.
‎2007 May 09 10:39 AM
Yes you can do that.
Are you using PNPCE database?
Regards,
Amit
Reward all helpful replies.