This is the last task of the August Developer Challenge on ABAP Core Data Services. The responses we have seen so far is excellent and appreciate each one of you in taking time to complete the challenge. We have seen some good conversations about the...
First of all, thanks for the overwhelming response to the ABAP Developer Challenge. Kudos to everyone who took time out of their busy schedule and finished the pre-requisite – Task 0 last week.Now let us dive right into the challenge.Task 1 - In this...
Hi Experts, 1.I have 2 records in one file which are processing by one program. 2.This program is calling one function module ,this function module is processing the records. 3.In that function module,there is one user exit...
Hi, I have the following code, when i run the program am getting correct result but 3 times can you help me? it is problem with the Join or ,,,?TABLES: ekko,ekpo,ekbe,rbkp.data: BEGIN OF itab OCCURS 0, " bukrs like ekko-bukrs, ebeln lik...
Hi Gurus,I have a requirement to extend a basic idoc type Orders. I know the process of creating a "z" segments and "z" idoc type but where should write the code to process the additional segments for ORDERS.( FOR Master data i can find the Customer ...
Hi SAP experts!I have a problem where in a transaction in udm_dispute (dispute management) is showing the wrong translation. If the chosen language at log-in is Italian, in that specific transaction in the dispute management, it shows German translat...
Dear All,I want to show contract files from mobile device. I have found a bapi is called GOS_ATTACHMENT_LIST_POPUP.But I couldn't understand how to show, it returns a table. however we will call this bapi from webservice. Actually, if something retur...
Hi Friends, I have to fetch Vendor Address. I can get the address directly from table LFA1, then why should I need to fetch ADRNR from LFA1 and pass it to ADRC?Thanks,Punit
Hi experts,I have a problem with decimal when recording BDC for TCode VK11 as following (Unit of measure EA):1. I recorded the BDC with Unit = 'USD' (has 2 decimals)2. It worked fine with Unit USD or like USD (means have 2 decimals)3. But it had prob...
Hi experts,I have created a message class and used this in my module pool pgm. Then i used the following statement to display error message.. if wa_vbuk-WBSTK = 'C'. MESSAGE e099.endif.The above statement displays the message in a popup window inst...
Hello GurusI have what is hopefully a fun problem for someone to help me solve. I was unable to find the relevant commands in the ABAP dictionary and am not the best at ABAP anyway!We have field with properties:/BIC/OZBARCODEData Type NUMCLength ...
Hi All,my requirement is to check whether the Estimation Group field is blank for particular material group while creating Purchase Requisition in TCODE ME51N. If itws Blank i need to throw an Error Message. For this requirement i tried User Exit MER...
Hello Experts,I had a requirement where i need to store the PR number into the corresponding STO number when the PR is generated thru MRP run (MD02) . Can you let me know how to achieve this requirement.At the end i need to store the STO number in PO...
heyi know there is an option to change the icon text but is it possible to change the icon toolbar for a button at runtime ?regardsasa
Hi all.I forgot in which transaction I can modify an existing codepage ...I want to add/delete fonts from codepage 8000.Thanks all,Rebeka
Dear Experts!My requirement is to change the vendor reckon account no. (i.e.associated with the vendor code) at the time of document posting @ f-58 / fb60 transaction.At the time of document posting this reckon acount no. of the evndor is automatical...
Hi ABAP-Experts, There is one issue in our project creating lot of problem as follows. Our custumer had created some of the articles in MM41 with combination of sales organization-0001 and distribution channel 01. so some of the articles a...
Hi all,my code is show below. SELECT a~budat a~mblnr b~matnr b~menge b~bwart INTO CORRESPONDING FIELDS OF TABLE it_rawmat FROM mkpf as a inner join mseg as b on a~mblnr = b~mblnr where b~bwart = '261' and b~werks in werks a...
Hi Expert,I have created a ALV like this,FORM fill_fieldcat USING i_fieldcat TYPE slis_t_fieldcat_alv . CLEAR wa_fieldcat. REFRESH : i_fieldcat. PERFORM fill_fields USING : 'COUNT' 'SR.NO.' ...
can any one tell how to find the parameter id for an field in the standard table.....for example ebeln and mblnr............with antitcipation and regards,syed.
hi friends i am executing a alv grid report program but it is giving the run time error :"error when generating selection screen 1000 of report ztest_Achal"
Hi,I have a requirement where we need to add new line item when ever the net weight is less than 50 KG.Effected Transaction will be VA01, VA02.Currently I have implemented the logic in below subroutine:Perform userexit_save_document_prepare.Using thi...
Hi,I am trying to see details in GLPCT table.I am giving more than one account numbers having few accounts for which data is not present.eg: if first account having data and second does not have.then result displayed is for first account and not for ...
hi, i have one query. I have made one GR through MIGO with movement type 101. Now Qc department has made rejected total quantity against this GR document through movement type 350 . Now my question is is there any link between two document no i.e 101...
Hi all,Here i want to BOM value in ALV.For this value i write code like below . SELECT single matnr stlnr from mast INTO (it_rawmat-matnr3, it_rawmat-stlnr) where matnr = it_rawmat-matnr1. select SINGLE menge fro...
Hi,I have a requirement where I need to download the data in the internal table say it_tab into UNIX/PC as .CSV file.For PC first I used FM 'SAP_CONVERT_TO_TEX_FORMAT' which converted the data in it_tab into another table say it_trux. Then I used it_...
Hi All,I want to calculate the Sum of Quantity for a particular Material in ALV report.Below is the code of my partial Program. Pls help me out.FORM build_fldcat . DATA: lit_fieldcat TYPE slis_t_fieldcat_alv, lwa_fieldcat TYPE slis_fiel...
Hi Expert,Can anybody tell me how to create the Excel file attachment for email generation without losing the leading zeros.Regards,Jyotsna
Hi all,t_yxapy_fields consist ofinty field0001 kostl0002 perid0008 ansal0008 preas0008 trfstThe following is the code for me to transfer the contents of t_yxapy_fields into t_pa_fields. SELECT dbtab FROM t777d INTO TABLE t_pa_fields F...
Hi Experts,I need to set default value to one input field for the transaction crmd_order as a screen variant. Guide me in doing that.Regards,Harish
hi friends where i can found the complete tutorial for the screen painter , coding part and all stuf that is required for designing screen and then using it.i have searched a lot but stil not getting proper links.
Hi, I want to search Sales order no. ref. to delivery no., as generally ref. to devilery no. as a VBELV filed for Table VBFA , I am selecting VBFA where VBTYP_N = C that is Order , but in my present case when I am looking for the available entry in...
Hi all,I want to develop a program that runs on development system but effects on production system. The program aims to connect production system and make some actions on production database. Is there any example or how can i do that ?Regards,
Hi,i have written mail send program successfully my problem is i have not received mail in my received mail address . i have checked tcode scot it showing wait status, my function module sy-subrc is return successfully . pls any send me any solutio...
HI all,Here i have one report which is display consumption of material in making any Item. So here i want to display BILL OF MATERIAL(BOM) value or it's percentage in my ALV. But i am enable to find from which table i get this value. i think this v...
using bapi_shipment_create can i change the shipment ? is there any single in SAP FM which can create and if exist can change the shipment?
I put code in my copy routine IF NOT vbrp-fklmg IS INITIAL. lv_netwr1 = ( vbrp-fklmg * vbrp-cmpre ) - vbrp-mwsbp. lv_netwr = lv_netwr + lv_netwr1.ENDIF.But the lv_netwr is clear when the next item is process.Please help me
Hi experts,I am using fm me_print_po. I m getting an error message dispalyed in status bar stating the spooid. But the program does not proceed further. Can anyone suggest me to overcome this error message so the flow would continue.I am attaching th...
Hello Experts,I need how to fetch assembly Indicator field in cs11 or CS03.I have explored SDN regarding this and i get using tables MARA,STKO & STKO, i can meet up my requirement.But i m not getting.Plz suggest How to proceed??Thanks & Regards,Aasth...
Hello SAP gurusI am trying to write a bapi that accepts table name, fields, where to condition dynamically and returns the resultWhen I use the following statements, I keep getting errors.In the following staments please note that SELECTCOL, TABNAME,...
Dear All,I am doing the classical report , Within a Loop , can we use AT -- NEW statement for two different fields?for example,LOOP AT NEW EQUNR . SME WRITE STMNTS. ENDAT. AT NEW ATNAM. SME WRITE STMNTS. ENDAT. ENDLOOP.Is it possible?Thanks,Sa...
MAIN PRPOGRAM : ZPROG1TRANSACTION : ZPROG2IF WE RUN THE TRANSACTION CODE , IT WILL SHOW THE *PURCHASE ORDER NUMBER AND GRN NUMBER* IN THE STATUS BAR AS A MESSAGE................NOW I HAVE TO RETRIEVE THOSE TWO VALUES FROM THAT STATUS WARNING MESSAGE ...
Hi All,I am doing some validation based on line items of user exit for PO creation (ME21N) and PO creation (ME22N) and wanted to show warning messages for each line item .With macro its working fine messages are getting triggered but displayed messa...
Dear All,I had tried all the normal way like select into , select endselct or used indexed where clause for retrive data from BSEG table.Also i had use alternet table like BSAK,BSIK,BKPF etc. Also i had use Primary Key like bukrs, belnr, gjahr etc.Re...
need a function that will read the existence of a file and open depending on file type.
Hi Gurus,Good Morning.I developed a program using SAPscript form. In the program i need to call the sapscript form 4 times with different label but with same content so that different receiver will have a copy. Can anyone help me regarding with my pr...
Hello,In program we submit another program in background job using JOB_OPEN. SUBMIT program .... and JOB_CLOSE. But this job will be schedule, Now we need that it will be started immediately after we submit it, How can we do that ?Thanks
Hi All,in mr03, when trying to display liv document, i am getting message "Document is not in database. Search document archive?"I am able to display using MIR4 and through purchase order on the liv document and drill down till accounting document.Th...
Hi All, I have created on screen with few mandatory fields, table control and some push buttons. If I say back, exit or Cancel it is saying to enter the values for mandatory fields. Note: I have marked the function code types for back, exit and cance...
HI Experts,This might be a simple one but I failed to find out the reson. I am calling one custom RFC Enabled function module in background task. But this FM actually do not processed any more. I try to find the task in SM58 and SM51, but did not fin...
Hi all,How to assign HOT KEYS to buttons in custom screen in module pool program?
I'm creating a system user for batch with SU01.How do you classify the user in USMM as a system user.ThanksJo
These materials will help you participate and connect with other members.
Find answers to basic questions about using SAP Community.
Learn about community rules, take our tutorial, and get support.
Familiarize yourself with questions and answers.
Share your knowledge by contributing to the community.
Introduce yourself and get to know other members.
User | Count |
---|---|
1 | |
1 | |
1 | |
1 | |
1 | |
1 |
Subject | Kudos |
---|---|
1 | |
1 | |
1 | |
1 | |
1 | |
1 | |
1 | |
1 |