Please help me how to edit command in SAP Crystal report. When I open Database Expert and rigt click the Command, its show Rename and Properties, not show Edit Command or View Command.
Asked
Active
Viewed 1,132 times
1 Answers
0
That is not a command, it is a database object. It seems there is a semicolon at the end of the name so I would say it is a stored procedure.
You will have to edit the object in the database.

Ander
- 79
- 3
-
Thanks for your answer. Could you mind tell me where i can edit the store procedure? Sorry I'm new bie on this. – user3703510 Sep 19 '18 at 02:11
-
You have to go to the SQL Server management studio. There, you expand your database, then Programmability-StoredProcedures-MIS_REPORTPO-right click modify. – Ander Sep 19 '18 at 07:12