‎2014 Nov 03 8:58 AM
Hi,
I am getting abap dump error (ASSIGN_BASE_WRONG_ALIGNMENTASSIGN BASE WRONG ALIGNMENT) in ecc 5.when it is taking the data from vbap.please suggest me how can I solve this problem.
Thanks
Santosh
‎2014 Nov 04 6:26 AM
Hi Santosh,
please read SAP note 1175255 to understand the issue.
Maybe it will help you to solve it, although it is maybe not your SAP Release.
Your issue is probably caused by custom VBAP fields.
Regards,
Klaus
‎2014 Nov 03 10:31 AM
‎2014 Nov 03 11:05 AM
Hi alessandro,
good day.here i am attaching the code.please check it.
Thanks
Santosh
‎2014 Nov 03 11:10 AM
Hi,
please check below attachment i have send the code
Thanks
Santosh
‎2014 Nov 03 11:28 AM
Hi,
thanks for have attached your code.
what is the program line of the your problem?
AI
‎2014 Nov 03 11:36 AM
Hi,
As i checked the dump .it show that it is having problem at
The current ABAP program "SAPLSDTX" had to be terminated because one of the |
| statements could not be executed.
159|* output data only if NO_DATA equals space (otherwise the structure |
| 160|* information in FIELDS is the only result of the module) |
| 161|IF NO_DATA EQ SPACE. |
| 162| |
| 163|DATA: BEGIN OF WORK, BUFFER(30000), END OF WORK. |
| 164| |
| 165|FIELD-SYMBOLS: <WA> TYPE ANY, <COMP> TYPE ANY. |
|>>>>>|ASSIGN WORK TO <WA> CASTING TYPE (QUERY_TABLE). |
| 167| |
| 168|IF ROWCOUNT > 0. |
| 169| ROWCOUNT = ROWCOUNT + ROWSKIPS. |
| 170|ENDIF. |
| 171| |
| 172| SELECT * FROM (QUERY_TABLE) INTO <WA> WHERE (OPTIONS). |
| 173| |
| 174| IF SY-DBCNT GT ROWSKIPS.
I am also attaching the dump error in attachment.Please check it.
Thanks
Santosh
‎2014 Nov 03 1:13 PM
‎2014 Nov 04 6:26 AM
Hi Santosh,
please read SAP note 1175255 to understand the issue.
Maybe it will help you to solve it, although it is maybe not your SAP Release.
Your issue is probably caused by custom VBAP fields.
Regards,
Klaus
‎2014 Nov 14 8:02 AM
Hi Klaus,
Thanks for providing the SAP Note.I have create the function module and it is working fine in ECC 5.I have also tested in the ECC 5 system.
Thanks
Kumar
‎2019 Nov 12 9:16 AM
Hi Mr.kumar sethi, I had same error too. Can you share how you solved it?