Posted: Tue Apr 26, 2011 3:08 pm Post subject: BAPI_GOODSMVT_CREATE для 311 ВДв
Программно создаю документ перемещения по 311 ВДв с помощбю ФМ BAPI_GOODSMVT_CREATE.
Не могу победить ошибку: M7300 - Позиции не перенесены.
Будем благодарны за подсказку:
Age: 47 Joined: 14 Nov 2008 Posts: 300 Location: Russia
Posted: Wed Apr 27, 2011 1:11 pm Post subject:
dev403k wrote:
Code:
APPEND ITAB.
Лучше не используйте HEADER LINE таблицы как рабочую область. Народ, кстати, по началу путается ещё вот с этим:
Quote:
If at an operand position of an ABAP statement, you specify the name of internal table itab, it depends on the statement whether the table body or the header line are used. As a rule, all table-specific statements such as SORT or LOOP use the internal table, while all other statements use the header line. Exceptions are - among others - the statements IMPORT and EXPORT.
To address the table body instead of the header line in a statement, you can append [] to the name (or a field symbol or dereferenced data reference):
... itab[] ...
For internal tables without header line, the table body is always used. An internal table with a header line can not be a component of a structure or a row of another internal table.
Note
These statements for processing individual table rows have short forms that implicitly use the header line as work area. These short forms are allowed only outside of ABAP Objects.
You cannot post new topics in this forum You cannot reply to topics in this forum You cannot edit your posts in this forum You cannot delete your posts in this forum You cannot vote in polls in this forum You cannot attach files in this forum You can download files in this forum
All product names are trademarks of their respective companies. SAPNET.RU websites are in no way affiliated with SAP AG. SAP, SAP R/3, R/3 software, mySAP, ABAP, BAPI, xApps, SAP NetWeaver and any other are registered trademarks of SAP AG. Every effort is made to ensure content integrity. Use information on this site at your own risk.