![]() |
|
|||||||
Similar Threads
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Updating a field using the FUNCTION 'REUSE_ALV_GRID_DISPLAY' | Rival | SAP ABAP | 4 | 05-18-2010 08:23 PM |
| "nextpage" issue in SAPSCRIPT | Ramma | SAPScript - Smartforms | 1 | 05-17-2010 04:59 PM |
![]() |
|
|
Thread Tools | Display Modes |
|
#1
|
|||
|
|||
|
Hello,
I am running the BAPI_GOODSMVT_CREAT for "Purchase Order", and when I go to ME23N, the field "Open Quantity" of item is empty. I'm using this parameters: t_bapiitem-material = v_ematn. t_bapiitem-plant = t_ba-werks. t_bapiitem-stge_loc = t_ba-lgort. t_bapiitem-move_type = t_ba-bwart. t_bapiitem-entry_qnt = t_ba-erfmg. t_bapiitem-entry_uom = v_meins. t_bapiitem-po_number = t_ba-po_number. t_bapiitem-po_item = t_ba-ebelp. t_bapiitem-shipping = '01'. t_bapiitem-comp_ship = t_ba-norm_exp. t_bapiitem-no_more_gr = 'X'. t_bapiitem-mvt_ind = 'B'. t_bapiitem-unload_pt = t_ba-unload_pt. t_bapiheader-ref_doc_no = t_ba-nota_de_remessa. t_bapiheader-header_txt = t_ba-txt_cab. t_bapiheader-pstng_date = t_ba-dtlanc. t_bapiheader-doc_date = t_ba-dtdoc. Can Anyone Help me ? |
| Sponsors |
|
#2
|
|||
|
|||
|
Hi,
Try use: Code:
t_bapiitem-no_more_gr = ' '. http://wiki.sdn.sap.com/wiki/display...VT_CREATE-ABAP Best regards, |
|
#3
|
|||
|
|||
|
Thank you very much!
The problem is solved!! |
| Entre a los Links relacionados |
![]() |
| Bookmarks |
| Thread Tools | |
| Display Modes | |
|
|