ALV average calculation without considering blank or zeroed row cells
Hello all, I have na issue about ALV field catalog which I could not find the answer.I need an alv average subtotal considering only row cells which are not blank or zeroed.In the Picture below the...
View ArticleXML Encoding Issue - Format UTF-16 to ISO-8859-1
Dear Groupmates,I have data in my Internal table which i am converting to XML using custom Transformation.Data is going to third party.The third party system requires data in ISO-8859-1 Format but SAP...
View Articleok codes
can any body tell about the ok-code and all ok-codes in the sap. for what purpose '=ausw' is used for.
View ArticleUser exits/BADI for KS01 transaction
Hi Gurus, My requirement is to trigger the Cost center IDOC when the Lock indicator for actual primary posting is flagged or changed. I have tried.enhancementCOOMSK01/COOMSK02 and others. I have also...
View ArticleIn Module Pool, with many screens, what the correct location to declare...
Hi friends, I have this scenario in my module pool. It´s working perfectly: INCLUDE TOP:DATA: GC_CLASS TYPE REF TO ZLCL_TEST. SCREEN 1000:CREATE OBJECT GC_CLASS.GC_CLASS->METHODXXX( ).SCREEN...
View ArticleBAPI to release production order despite missing parts
Hi abap gurus, I need a BAPI or FM to release a production order despite missing parts (material availability). I was using the bapi BAPI_PRODORD_RELEASE but isn't releasing the production order...
View ArticleError in creating dynamic structure?
Hi Guys, i'm getting an error while creating a structure from components. lo_struct ?= cl_abap_typedescr=>describe_by_name( 'TY_FINAL' ). lt_comp = lo_struct->get_components( ). APPEND...
View ArticleBadi CUSTOMER_ADD_DATA with z tables
Hi Experts, I am working through trying to add screens and fields to XD01 through implementing Badi CUSTOMER_ADD_DATA. Everything in terms of setting up the Badi is working, but I cannot find any...
View ArticleSAP - Masking Sensible Data
Hi guys!!!I have this scenario ERP DEV/QAS are copies from PRD (system copy/client copy), I want to know which SAP product or procedure I can implement in order to mask sensible data (ie. HCM tables)...
View ArticleClean fields in transaction
Gooddays experts, myquestion is,I am recordingthe data in aCO11Ntransactionbutdo not want thedata from 3fields (arbpl, quantity and unit) theseshould be cleaned, in this case I have to doto be...
View ArticleBAPI_OBJCL_CREATE
Hello, I have the following message, please help me this is my code * "Classification CLEAR class. class-object = bapi_head-material. class-objecttable =...
View Articlei have a scenario could anyone can explain me
as i have 10 customers from 1 to 10 custno cust items1 m,b2 m,b,g3 g4 tp,b5 tp,b,m6 tp, m7...
View ArticleProblem with BADI HRXSS_PER_BEGDA - SAP HR
Hello, We have a requirement to default the start date while creating a dependent record (Infotype 0021) via ESS.I have defaulted the date in the BADI but it does not get reflected in IT0021 record.I...
View ArticleTools to summarize developer activities
Hello, I'm looking for a tool to summarize my activities as a developer in an SAP landscape. I'm not looking for anything in particular but I would like to see a report of the changes I've made,...
View ArticleType LCHR.
Hello everyone. How can I add a field with type "LCHR" to Ztable.How I can read out from that field and also how to update that field with a value. there are not many example to find on LCHR. i have...
View ArticleReading LCHR from database
Hi, I'm reading a LCHR field from my table with a SELECT statement.The value i get seems to be truncated.Is there any other way i could use to read the whole data? Will READ_TEXT work? Thanks,Tabraiz
View ArticleHow to extend data viewing for LCHR
Hi all I have one field of a table which using LCHR data type. I want to view the whole data in the field. However currently SAP truncated to partial char only for viewing with message "Field Generic...
View ArticleLCHR in table/View
Hi, I added a field of type LCHR in a table, and when I want create view, a message was displayed around the field lchr, and the view was not created.When I remove the field, the view will created....
View ArticleUsage of cl_appointment for sending appointment to outlook
hi there, i am using class cl_appointment for sending appointments from an z-abap to outlook. that works perfect, BUT: there is a method set_text where the text for the appointment is filled (body...
View ArticleHow Do I Know the classnum of the material for BAPI_OBJCL_CREATE
Hello, Someone Knows How to get the classnum of the material? I don't know what value should I put for the parameter of the BAPI BAPI_OBJCL_CREATE CALL FUNCTION 'BAPI_OBJCL_CREATE'...
View Article