Age: 160 Joined: 04 Oct 2007 Posts: 1218 Location: Санкт-Петербург
Posted: Thu Jan 27, 2011 1:09 pm Post subject: get pricing accounting values from PO
Code:
FUNCTION zerum_pricing_po.
*"----------------------------------------------------------------------
*"*"Local Interface:
*" IMPORTING
*" VALUE(I_EBELN) TYPE EBELN
*" VALUE(I_EBELP) TYPE EBELP
*" TABLES
*" T_OUTPUT STRUCTURE KOMV
*" EXCEPTIONS
*" NOT_FOUND
*"----------------------------------------------------------------------
* Function name :
* Development specification ID :
* Process team contact person/team name:
* Date created :
* Service Desk change number :
* Transport request number :
* Author :
* Description : select conditions values
* from PO
*----------------------------------------------------------------------*
DATA: ls_komk TYPE komk,
ls_komp TYPE komp,
ls_t001 TYPE t001,
ls_t001w TYPE t001w,
ls_ekko TYPE ekko,
ls_ekpo TYPE ekpo.
DATA: lt_xkomv TYPE TABLE OF komv WITH HEADER LINE.
DATA: lt_tkomv TYPE TABLE OF komv WITH HEADER LINE.
DATA: lt_tkomk TYPE TABLE OF komk WITH HEADER LINE.
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 cannot 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.