rambabu_k3
Active Participant
Member since ‎2008 Jan 27

User Statistics

  • 83 Posts
  • 7 Solutions
  • 0 Kudos given
  • 7 Kudos received

User Activity

Purpose:When there is no way to generate symbols through value assignments, we can fill symbols through our own program to show applicationdata on labels and SDS. Approach:  This can be done by creating parameter symbols to bring data from other appl...
This document would give in formation on how to access or change the PO item data before save using different methods.  Create implementation for BADI ME_PROCESS_PO_CUST  go to Method PROCESS_ITEM(This method can be used to change the Item)  DATA:  F...
Reading long Phrase text is bit tricky in the program. Use below to do this.1. Get RECNROOT from ESTPH table for Phrase key.2. Get RECN from ESTPP for the language and RECNROOT.3. We can identify whether Longtext is there or not, using field ESTPP-LT...
With standard SAP, specification can be searched for onlyone material. Using this document, specifications can be searched formultiple materials.Create FM ZEHS_OCC_SUB_FIND_BY_MAT_PARA with code in attachedthe FM_PARA. This FM will be called to enter...
With standard SAP, specification can be searched for onlyone material. Using this document, specifications can be searched formultiple materials.Create FM ZEHS_OCC_SUB_FIND_BY_MAT_PARA with code in attachedthe FM_PARA. This FM will be called to enter...
Kudos from