Posts

Field Catalog Options In ALV

Added by Hareesh Menon, last edited by kishan P on Jan 13, 2012  (view change) Field catalog options : FIELDNAME:     You use this field to assign a field name of your output table to a row of the field catalog. All settings that you make in this row refer to the corresponding column of the output table. REF_FIELD: You must fill this field if: • the output table field described by the current entry in the field catalog has a corresponding field in the Data Dictionary and • the field name in the output table is not identical to the field name of the field in the Data Dictionary. If the field names are identical, it is sufficient to specify the DDIC structure or table in field REF_TABLE of the field catalog. REF_TABLE: You must fill this field only if the output table field described by the current entry in the field catalog has a corresponding entry in the Data Dictionary. Using this assignment, the ALV Grid Control can copy the text for the column he...

Maintain Message Class Validation and Substitution

Table GB02C is table for Link Message Class and Validation or Substitution. For Modify this table use program RGUGBR28 and generate coding with program RGUGBR00 after change message class.

SAP Error : System error (termination point Document Number Replacement)

In my SAP System implement splitting document, when try upload journal occurs error below : Error analysis     Short text of error message:     System error (termination point Document Number Replacement)     Long text of error message:      Diagnosis          An internal error has occurred.      System Response          You cannot continue with processing.      Procedure          Contact SAP to establish whether the error can only be rectified by          a program correction, or whether it can also be rectified by          changes to the settings. There may also be an error in the updating          of the data which must be resolved...

How to import SAP Script to Text File

Image
To IMPORT/EXPORT SAP Script we can used standard sap program  RSTXSCRP. Fill object name with name of sap script form and Execute (F8) oka

User Exit for Validation (GGB0)

For create complex validation role you can copy program RGGBR000 into ZRGGBR000 and then maintain table for assign new program ZRGGBR000 in tcode GCX2.After define role and activate, user exit will be available on validation.

BOM not loading in CK11N

I Have experience when running tcode CK11N, in tab Qty Struc. BOM data is empty. Why ? I'm try find the solution in Uncle Google, but not found the right answer. After asking my PP friend the solution is check setting in Material Master Tab MRP 2 for Procurement type should be "E" In-house production. Set this field to "E" and CK11N will be running well. ~Oka~

Add fields for Substitutions In Accounting Document (OBBH)

How to add new fields Cost Center (KOSTL) for substitutions in accounting transaction ? Modify view VWTYGB01 in SM30 where boolclass = '009' and classtype = 'S' and bcltab = 'BSEG' and bclfield = 'KTOSL'  untick fields BEXCLUDE Running Report RGUGBR00 and fill Application area with 'FI' and tick item that you want to generate. Now fields KOSTL will be turn up in Substitution. hope it's helpful