- Trending Categories
Data Structure
Networking
RDBMS
Operating System
Java
iOS
HTML
CSS
Android
Python
C Programming
C++
C#
MongoDB
MySQL
Javascript
PHP
Physics
Chemistry
Biology
Mathematics
English
Economics
Psychology
Social Studies
Fashion Studies
Legal Studies
- Selected Reading
- UPSC IAS Exams Notes
- Developer's Best Practices
- Questions and Answers
- Effective Resume Writing
- HR Interview Questions
- Computer Glossary
- Who is Who
Error while selecting into field-symbol in SAP ABAP
The problem is that you have not declared Field-symbol. Try using the below code.
data: ws_bkpf TYPE bkpf_type. SELECT MANDT INTO CORRESPONDING FIELDS OF ws_mandt UP TO 1 ROWS FROM bkpf WHERE belnr = '1700001016'. ENDSELECT.
- Related Articles
- Error while using LOOP…..WHERE in SAP ABAP
- Getting a syntax error unknown fields in SAP ABAP
- Selecting cut field value of SAP tables using JCo
- Getting error while extracting data from SAP
- Error while connection SAP HANA with .NET
- Getting error not assigned on running SAP ABAP program
- ABAP dump while creating an entry in SAP system using SAP JCO
- Error while using enter "!" on selection screen in SAP.
- Getting memory error while doing UNION in SAP HANA
- Getting error while using schema in SAP HANA Modeling
- Getting error message while using SAP Scripting Tool
- Naming conflict error while consuming SAP Web Service in .net
- Error while Synchronizing data in iOS from SMP 2.3 (SAP)
- Moving TABKEY from CDPOS table into field structure in ABAP
- Error while posting a sales order in SAP from .net application

Advertisements