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

    Resolved! Accepted Solution

    Secondary Education Cess is not flowing into the export excise invoice

    Dear ExpertsI am faced with an issue with regards to the Export Excise Invoice created via J1IIN.The Secondary Education Cess is not flowing into the export excise invoice.I have checked the classify condition tabs field and the condition type has be...

    Resolved! Accepted Solution

    Disabling the Print Option in List (System Menu)

    Hi Gurus,I've a requirement to disable Print option for a custom transaction. First, I disabled PRINT icon on Standard Tool bar. This seems worked fine as I added the following code:        DATA itab TYPE TABLE OF sy-ucomm.      APPEND: 'PRIN' TO ita...

    kaushalya by Active Participant
    • 4698 Views
    • 9 Comments
    • 0 Likes
    Resolved! Accepted Solution

    Page break in smartforms

    Hi All,      I  have created a smartform and in page 4 i have created a template. The problem is,  there are more no of records and im able to fetch only upto the page limit. I also added page break and run time error is being thrown. if the no of re...

    Idoc Status 51

    Hi Experts,I am facing issue in Idoc. It is showing status 51 - "Application Document not posted". FM for Inbound processing is "IDOC_INPUT_POS_INV_MANAGEMENT".In that Inbound FM when I debugged it I found the FM "PRASE_IDOC". This FM is showing no. ...

    Time out Dump ?

    Hi Friends,     How to improve performance of following code,LOOP AT IT_NONF ASSIGNING <NONF>.      CLEAR : LV_CHAR.    IF <NONF>-MATNR+0(1) CO VALID_CHRS.      LV_CHAR = <NONF>-MATNR+0(9).    ELSE.      LV_CHAR = <NONF>-MATNR+0(6).    ENDIF.      CO...

    Resolved! Accepted Solution

    Reg:Webservice

    Dear Experts,I have a requirement that i need to consume a web service to read serial nos for a given Sale order no and store them in a custom table.Please find my code snippet.DATA:  http_client           TYPE REF TO if_http_client ,           http_...

    Please guide me how this Delete Statement is working

    DELETE ITAB WHERE segnam = 'ZCREEXT' OR                                   segnam = 'E1LFA1M' OR                                   segnam = 'E1LFB1M' OR                                   segnam = 'E1LFA1M' OR                                   segnam =...

    Resolved! Accepted Solution

    Sending SMS Using ABAP Report SWN_TEST_SEND_SMS1

    Hi Friends,Pls. help me out in proper usage of report SWN_TEST_SEND_SMS1 to send sms from abap report.Input: My mob. No (XXXXXXXXXX) 10 digitsSubject testContent testOutput:WF Notif: Test Sending an SMSSMS sent:                                       ...

    Resolved! Accepted Solution

    BADI Scenario

    Hello ABAPer,                       As i am new in ABAP i have one Query i.e  There is one scenario , a badi consist of multiple implementations & i wish to execute only one implementation then how can i execute that particular implementation.Thanks ...

    SAPSQL_ARRAY_INSERT_DUPREC dump in SPAM on phase CHECK_INACT_OBJECTS

    Hi, Guru!I'm try  to import SAPKE60092, on the phase CHECK_INACT_OBJECTS system dumped SAPSQL_ARRAY_INSERT_DUPREC.Runtime Errors         SAPSQL_ARRAY_INSERT_DUPRECException              CX_SY_OPEN_SQL_DBDate and Time          18.05.2013 00:06:10|Shor...

    Resolved! Accepted Solution

    Submit report and go to tab

    Hi guys,I have some ALV with "navigation buttons" to another transactions and I want to not only go to transaction but also select a specific tab.For example in trans. xd03 show tab 'Marketing'Currently I am using this: SUBMIT report AND RETURN      ...

    Resolved! Accepted Solution

    Issue in the Script

    Hai All I am using perform statement in sap script.I need take a "Terms of payment" text in a PO, the length of text is 180, but when return the text to script only take the 80 first words.The ABAP code is:data: text(255) type c.call function 'READ_T...

    Labels in this area

    Explore this Area