Posts

Showing posts from March, 2011

SAP Note 325546 - CO line item reports : Creating a user-defined field

Base on sap note 325546, I will give example for add new fields Order type to report KOB1. Go to tcode SM34 and maintain view table V_TKALV add new fields ZZAUART in structure KAEP_COAC, field group "K". Go to sap enhancement SMOD and entry Enhancement project COOMEP01 and click button test run. double click include table CI_RKPOS and add new component ZZAUART component type AUFART. Then activated structure CI_RKPOS. Double click FM EXIT_SAPLKAEP_001. In area Function module double click ZXKAEPU01 to create include file. Add this code  CHECK i_rep_object = 'OR'. SELECT SINGLE auart INTO cs_record-zzauart FROM aufk WHERE aufnr = cs_record-aufnr. Activated ZXKAEPU01 and then actived COOMEP01. Now you can see in KOB1 fields order type in line item data. (Oka)

RFCEXEC

You can see it in SM59 -> TCP/IP Connection -> SERVER_EXEC -> System Information -> Function list. RFC_RAISE_ERROR  !!! FOR INTERNAL USE ONLY !!! RFC_REMOTE_EXEC  allows to start programs and to pipe an internal table into  stdin without waiting for the program to end.  IMPORTING    COMMAND        C(256)      program name.  TABLES    PIPEDATA       C(80)      internal table serves as input to the started program. RFC_REMOTE_FILE  allows to read or write text files.  IMPORTING    FILE           C(256)      file name    WRITE          C(1)                 (Default SPACE)      if WRITE is 'X' the internal table is written to the file,      else it is filled from the file.  TABLES    FILEDATA       C(80)      internal table serves as input to the file, if WRITE is 'X'      else it is filled from the file. RFC_REMOTE_PIPE  allows to start programs and to pipe an internal table into  stdin. The caller waits until the program ends.  IM

SAP Online Help PDFs

SAP Online Help PDFs http://www.consolut.com/ The following PDF files contain the 4.6C descriptions of the SAP R/3 environment. With an installed SAP system, you can teach yourself in SAP. This SAP Online Help is really complete especially concerning the business processes and can be printed very easy.

A current or future standard price exists for material ....

A current or future standard price exists for material 1610616033 Message no. CKPRCH025 Diagnosis A current or future cost estimate exists. Procedure You can set the price of a marked cost estimate through the radio button 'Default Planned Prices' and release it by saving.  ***** This message come up when i am try to change standard price of material. Why ?