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
    • 96981 Views
    • 212 Comments
    • 39 Likes

    TAXES

    Hi expert,I need get taxes in smartforms astax-rate-amount.I wrote code like belowDATA ws_tabline TYPE z_tax.LOOP AT gt_konv INTO gs_konv WHERE kappl = 'TX'. IF gs_konv-kschl = 'XR1'. ws_tabline-tax = 'GST'. ELSEIF gs_konv-kschl = 'XR2'. ws_...

    Resolved! Accepted Solution

    Address in Smartforms

    Hi,How can i control the output of an address in smartform?If i give an address number the system show me the address in specific way (name1, name2, street...). My question is: how can i tell to the system that name 2 is not relevant for me OR how ca...

    Resolved! Accepted Solution

    Subtotals when using ALV Object Model-Hier Sequential

    Hey Everybody,I am using the ALV Object Model for a report, and not the ALV Grid object. I have programmed a Hierarchical Sequential list. I have to do some subtotaling. I see the documentation regarding this on help.sap.com at http://help.sap.com/sa...

    Resolved! Accepted Solution

    assign dynamically

    Hi Experts,I am using this..data:itab like mara occurs.....here mara can be replaced by any table name which i get frm the selection screen parameter. Also the same variable shud be passed to a FM. Is there any way tht i can do it??ThanksSony

    Resolved! Accepted Solution

    IDOC-MATMAS

    Hi all,Please suggest me ,I have a custom idoc which is having a structure of matmas04 with some added segment( zfield) for characterstice...NOw i want to post the idoc .. using the change pointer.is it feasible if i use the change pointer? then the...

    Resolved! Accepted Solution

    table control

    Hii have a strange problem, i have a custom transaction and a table control is there in that 10 rows are there,here i am uploading 100 records from a flat file but it is taking only 10 records at a time per 1 transaction but i want to upload all the ...

    Resolved! Accepted Solution

    Set of default values for Select-Options

    Hi Gurus,I have a requirement where I need to set default values for select optionsex: SELECT-OPTIONS: S_MTART FOR MARA-MTARTdefault values must be ERSA - HIBE- FHMI - DIEN - GESTPlease tell me how to do it.Effective replies will be rewarded with ful...

    Resolved! Accepted Solution

    How to Remove the access to Company Code 10 for User A as of 11/15/06

    Hi all, I want to remove the access to Company Code '10' for User 'A' as of 11/15/06. He has the access to other Company Code '20' which will be unaffected. I am thinking to follow the below steps: 1. Type Txn Code SU01 and enter User 'A'. 2. Nex...

    Resolved! Accepted Solution

    Changing SAP SCRIPT Logo

    Hi All,I've been working with Smartforms for well over a year now, but I've never worked with SAP SCRIPT. I need to change our company logo in a SAP SCRIPT and I am not sure how to do this. I found what I think is the logo in the header text elemen...

    Resolved! Accepted Solution

    Reg SAPscript

    Hi Friends,I am working on SAPscript for AP Check, There is a windows called Check, and a box that displays Amount and Name on separate box. When I print those, it prints on top of the Check Window (overwriting), how can I print against the Amount an...

    Message to users

    Hi guys. I have a list of devices that have installation dates. Using the current date, I would like to send a message (somehow) to a list of certain users that certain devices have been installed for five years or more.Is the best way to do a daily ...

    Resolved! Accepted Solution

    error msgs in list format

    Hi,i have written a program which read the data either from the frontend or from the server and will post(BDC) the FI document using that data.now my requirement is to get the output for error messages list too. right from the starting to the success...

    Resolved! Accepted Solution

    refresh itab

    Hirefresh itab means is it clear the workarea or body?can u explain the lock modes?how to get the number of entries in select option internal table suppose s_matnr-low value is 1 and s_matnr-high is 100 how to know the how many entries are there in i...

    Resolved! Accepted Solution

    performance

    hi all, iam wrote the code like this but its taking too much time to get the out put, if anybody suggest me which way i ca get good performance. SELECT KUNNR NAME1 INTO (ITAB-KUNNR,ITAB-NAME1) FROM KNA1 ...

    Labels in this area

    Explore this Area