Issue on copy Internal Table using field-symbol
Hi Experts, I am trying to copy Internal table by use of field-symbol. I wrote code like below. DATA: itab1 TYPE STANDARD TABLE OF t100, itab2 TYPE STANDARD TABLE OF t100. FIELD-SYMBOLS:...
View ArticleReading Excel(.xlsx or xls) file from application server(Windows) through...
Hi Experts, Good Day for all, I have requirement to read excel(.xlsx or xls) file from application server(Windows) using background job. I have tried using Open Dataset commands and all associate...
View ArticleHow to change BDC (Batch input) to direct posting in Closing programs
Hi Experts, Please help me on following requirement because I am new to this BDC concept. In order to make some closing programs more coherent & closing cockpit implementation simpler. How to...
View ArticleUpload the .csvinter file to an internal table
Hi experts, I want to upload the data from .csv file to the internal table, i want the procedure.The data format present in the .csv file is : 1) I have 200 fields in the flat file. 2) I want to upload...
View ArticleHow to update infotype screen field value
Hi i am working on enhancing infotype 0185 and i am supposed to read the value of screen field 'date of issue' that the user enters and accordingly calculate the 'valid until' screen field value. So...
View ArticleCalculating the GR date automatically in ME21/ME22N
Hi Gurus, I have a requirement of calculating the GR date automatically and updating it when ME21N/ME22N is triggered. I am using the code below in the BADI ME_PROCESS_PO_CUST~PROCESS_ITEM. Validation...
View ArticleHow to add a package and its objects and its dependents in a newly created...
Dear Experts, I have created a package and i have added few enhancement spots in to this packageand i observed automatically one transport request got created for this package and i have released...
View ArticleReturn the ATP Situation table from CO09
I'm looking for a function that will return the ATP Situation table of CO09 (Availablity Overview). I have built some prototype code using BAPI_MATERIAL_AVAILABILITY, but so far have only been able to...
View Articlesave screen with Custom Container to Excel
Hi All, I am using CL_GUI_CUSTOM_CONTAINER and made it into multiple containers .Now i am displaying different graphs in 5 containers using CL_GUI_CHART_ENGINEand now i need to send the output with...
View ArticleText Getting Truncated in SAP Mails?
Hi Experts, I have recently found out that the spaces in my SAP mails gets truncated once it it been reached to the sender? Ex: What I send 1234566 21/09/2013 What they receive 123456...
View ArticleTo Check is a Field is populated by F4 help or Manually.
HI Folks, Need help to Check if a Field is populated by F4 help (Search help) or Manually in a Module pool program.Basically the search help already contains all validation required for the field,so if...
View ArticleHow to diplay input date as header in alv report sap abap?
Hi guys, I need to display input date(parameter) on header of the alv grid report. can any one assist me in this issue. Ex: BHR report for the Month April (if user passing 01.04.2013 to...
View ArticleSAP Note 751044 - Credit check with required qty instead of conf.qty
Hi, I have a requirement where i have to use required quantity to calculate credit value. I need to implement the SAP note 751044 for this. I need to know what logic needs to be written in the...
View ArticleIDOC reprocessing issue through BD87
Hello, I have a custom IDOC type and custom message type for an outbound IDOC. Developed a FM to retrieve data for segments and using MASTER_IDOC_DISTRIBUTE FM to generate Outbound IDOC. Everything is...
View ArticleGenerated function group for extended table . Error during import.
Hi Guys, i have added a function module to a function group that has been generated a long time ago. I just found out that it was generated. I could activated the function module and used it. During...
View ArticleMake Shade for word in smartform
Hi,I would like to make shade with red color in smartforms for word 'INVOICE NUMBER'. How to make this? can some throw light on this requirement? With regards,Jaheer
View Articlewhat is the difference between code and declaration while creating explicit...
Hi , I have a doubt about the difference between the code and declaration while creating the explicit enhancement. Regardskhaleel
View Articleupdate was terminated in sales order VA01
sap guru's, When we are creating sales order with required values & when we click on save, it generates an sales order number. But when we do any action then it will prompts an popup message like...
View ArticleCode Transfer and Collection via RFC
Hi experts, we have set up a new SAP System.In this System we would like to import now a few codes from an other system. Is there a possibility, to transfer coding e.g. via RFC?And is there also a...
View ArticleSchedule SAP Background Job for Holidays ONLY
Hi All,I have 2 requirements 1) Run Jobs periodically on Working Days ONLY --- I have taken care of it - it was easy 2) Run Jobs Periodically on Holidays ONLY - How do I do it using a Calendar?...
View Article