‎2011 Jan 19 12:02 PM
Dear All Experts,
I need to read table USR04 with select statement and want some validation against field PROFS. But due to data type LCHR and lenght of 3750, I am unable to fetch records.
How to over come from this problem?
Regards,
Shaligram
‎2011 Jan 20 7:10 AM
Check second link which Gemini Twin given in this link u check following code
ASSIGN U4-PROFS+X(12) TO <A>.
IF <A> EQ ' '.
EXIT.
‎2011 Jan 19 12:14 PM
Hi,
Can you please explain the logic how are you going to fetch the values from this data base table.
1. Why cant you use the keys in this table?
With Regards,
Sumodh.P
‎2011 Jan 19 12:15 PM
‎2011 Jan 19 12:19 PM
Hi,
if you retrieve the data by using the BNAME you will only get one Record.
Then can you please tell me whats the validation what you want in PROFS field.
With Regards,
Sumodh.P
‎2011 Jan 19 12:37 PM
Here are 2 programs which use this field. If you are doing something similair maybe you can cut and paste from here. If not then please provide more detail.
http://wiki.sdn.sap.com/wiki/display/Snippets/Compositeprofiles,SingleProfiles,Objects+Program
http://wiki.sdn.sap.com/wiki/display/Snippets/UserListOfTheSystem
Regards,
Warren.
‎2011 Jan 20 7:10 AM
Check second link which Gemini Twin given in this link u check following code
ASSIGN U4-PROFS+X(12) TO <A>.
IF <A> EQ ' '.
EXIT.
‎2012 Jul 06 1:27 PM
Hello Shaligram,
Can you please copy paste the code which u used for your requirement as the links provided in this blog do not exist anymore.
Quick response would be highly appreciated.
BR,
Nisha