Recent Activity

    Task 4 - Implement Criticality feature and create an Object page

    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...

    Task 1 - Create CDS View Entity ( August Developer Challenge )

    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...

    sheenamk by Developer Advocate
    • 94987 Views
    • 212 Comments
    • 39 Likes
    Resolved! Accepted Solution

    Debugger Presets possible for Automation Controller?

    Hi,While debugging programs using controls it is important to set in the debugger settings the flag 'automation controller: always process requests synchronously'. I find it annoying that I have to set this flag every single time!Does anyone know if ...

    Resolved! Accepted Solution

    idoc-FIDCMT

    hi all,i am using idoctype : fidcmt01 for fi posting . i am in inbound side. this idoc got extended with new custom segment with fields.my question is how to find the user exit for it.ie for writing the logic in the the finction module.fm: idoc_input...

    user exit

    hi i found 2 user exits for saplv01z.i want to generate batch number which is having 10 char.i need to supress the batch number with exit_saplv01z_001.once i supress how can i store the previous batch no,i think by creating ztable and some select sta...

    Resolved! Accepted Solution

    IDoc problem

    Hi,In delivery note I used LQCA to triger the message type QCERT(basic type QALITY02). The FM is IDOC_OUTPUT_QALITY02. But after I set breakpoint in this FM, I can not debug when I save LQCA in delivery note with VL02N. How can I debug this FM?Many t...

    LSMW

    Hi friends, I am new to LSMW. I would like to know the use of inbound and outbound parameters while creating partner numbers. Is it compulsory to give those parameters? What does the Message type there mean? I'll be thankful if u could spa...

    sap abap

    hi PLSE HELP ME TO WRITE CODE TO GET BATCH NUMBER AS FOLLOWSfrom 0000 to 9999 number should be same,from 10000 to 104599 the number should beas follows FOR RANGE 10000 TO 35999A000,A001, A003 ...A999B000,B001 ...B999.... Z000,Z001 ...Z999FOR RANGE 36...

    Resolved! Accepted Solution

    Documentation HELP

    Hi Experts,I need some documents and documentation help.i have never worked in SAP implementation projects.So,any body knows the steps and documentation when implementing SAP. Implementation means some of documentation we have to do.I need that model...

    Resolved! Accepted Solution

    Caputring the S.O. number

    Hi All,While using the T-Code VA01 at the time of saving i need to capture the Sale Order Number that is being generated automatically by SAP and convert it into XML file.Is this Scenario Psbl, If Yes do tell me the process and the FM's used for this...

    problem in pr

    Error description: No entries are made in the ZRKILOG for the repeated time for thecompany code 1001.Carry out an extensive test for ABAP, as the operation is massively affected.here the report :ZRKILOG and the table name :ZRKILOGPROGRAM ZRKILOG.DATA...

    Resolved! Accepted Solution

    ABAP Certification

    Hi All, I am working as an ABAP programmer in a service company in India, and want to have myself sap certified on ABAP [TAW10 TAW12]....but i dont want to take the course , just want to appear for the crtification.I have sent a mail to educ...

    Resolved! Accepted Solution

    BDC recording queries

    Hi All,If you use transaction SHDB and then click Create (F5) you get a screen with the following options which need good explanation for me.<b>Update Mode</b> – Asynchronous / Synchronous / Local<b>CATT Mode</b> – No CATT / CATT with Indivi… / CAT w...

    Resolved! Accepted Solution

    Unicode: After ASSIGN DREF->* ... then to TYPE C working storage????

    In a <b>Unicode</b> system, I do the following. What is the best way to get BIG filled up? I show statements that bomb the program upon execution (not compilation):data : QUERY_TABLE(20) VALUE 'VBAK'.data : BIG(5000).DATA DREF TYPE REF TO DATA.FIEL...

    Resolved! Accepted Solution

    joininig SQL statement

    Hi all,I want to join 2 db tables (A, B), and select a minimum column (A~field1) from db table A, what should be the sql statement? Thanks.Select (....) into corresponding fields of itab from ekko as A join ekpo as B on Aebeln = Bebeln where (....). ...

    Resolved! Accepted Solution

    Alv

    Hi all , On double click on the ALV grid , i want to read that row where clicked, As the internal can be altered by sort or some other function , is it possible to read the same itab passed while calling the diplay method?

    Resolved! Accepted Solution

    help on sql

    Can anyone help me why this SQL isn't working..PSMNG and WEMNG always have zeros even though the database tables so have valuesStructure of T_ORDERDATA: BEGIN OF T_ORDER OCCURS 0, WERKS LIKE AUFK-WERKS, MATNR LIKE AFPO-MATNR, PSMNG LIK...

    Resolved! Accepted Solution

    Creating a Unix File

    Hi, I have an internal table i_tab1 which contains both characters and numerics, when i use the following statement, I am getting an error saying T_TEXT and I_TAB1 are not mutually convertible in an Unicode program.data: t_text(1000) type c.data: b...

    Search Help Exit

    Hi All,I had created a search help and search help exit to filter the values. The problem i am facing is the user input values is truncated by 1 position and then filled by the initial value of that data type. So the search criteria fails. Can any on...

    Resolved! Accepted Solution

    Selection Screen in 3.0F

    Hi Guys,I am trying to activate and deactivate some parameters on selection screen by clicking Radiobutton of selection-screen in SAP 3.0F. I tried USER-COMMAND but it is not allowing me to do in 3.0F version. Please let me know there is any other wa...

    Resolved! Accepted Solution

    Skip screen in BDC

    Hi All,I want to skip screen in BDC while upload data what should I do? Pleas help me in this regard. Do you think if I pass ‘/n’ it’ll work?ERFORM sub_bdc_dynpro USING 'MP002200' '2000'. PERFORM sub_bdc_field USING : 'P0022-BEGDA' temp_...

    Resolved! Accepted Solution

    Label printing smart forms

    Hi everybody this is my frist post in SDNhere i got a problem in smartformsi need to print labels four per page.the problem is am able to print only one on each page.here each label is size of credit card.and there are four in each page. am just try...

    Labels in this area

    Explore this Area