SAP Managed Tags: ABAP Development, PLM Project System (PS) Hello Experts, I am getting a short dump error SAPSQL_STMNT_TOO_LARGE when excuting a select statement. Please give a suggestion how to over come this problem. This is my select statement: SELECT PRPS~PSPNR PROJ~PSPID PRPS~P...
SAP Managed Tags: ABAP Development Rob, I must admit that I am a fan of 'for all entries' too. But I do know that it can have performance problems of its own when there are a lot of entries in the base table. It looks like those problems are not shortdumps with too large sql. ...
when we run the report , we are getting a dump with the following message: SAPSQL_STMNT_TOO_LARGE at the following statement> SELECT * FROM zwfapsslog INTO CORRESPONDING FIELDS OF TABLE it_wfapsslog WHERE wi_id IN s_wi_id AND doctype IN s_doctyp AND image_id IN r_objkey AND ebeln...