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
    • 94736 Views
    • 212 Comments
    • 39 Likes
    Resolved! Accepted Solution

    Hi Experts,

    Hi All, I hav an issue regarding the smartform printing my requirement is tht i want the list of some table data to be printed in first page and the remaining records to be printed on second page and there shold not be empty lines if rec...

    ALE idoc

    Hi, In the sending system when I checked for a distribution model i found two message types GLMAST(with filtering enabled), COAMAS in that particular model.But the same model which is distributed (the distribution model is greyed out when viewed thr...

    Resolved! Accepted Solution

    Loop Statement

    Hi All,LOOP AT idoc_data FROM tab_index.Here idoc_data is a structure and not a table and tab_index holds a numeric value.How does this statement work?Thanks in advanceAnindyaMessage was edited by: anindya mukhopadhyay

    Anindya by Explorer
    • 908 Views
    • 5 Comments
    • 0 Likes
    Resolved! Accepted Solution

    Reg: Function module

    Hi to all,In abap is there any function module is there to convert from pdf file format into Zip file type format?Kindly let me know as quick as possible. Will be rewarded for useful answers.Thanks,Sankar M

    p291102 by Active Contributor
    • 450 Views
    • 1 Comments
    • 0 Likes
    Resolved! Accepted Solution

    Two fields in screen

    I need to create three input fields..That is when i give values in the two boxes,it want to multiply and display the answer in the third box,whn i click the button..Inside the button event i have created a methos..Now how i can get the two values fro...

    Filtering on the idoc

    Hi, I have created a distribution model in the sending system for the message type GLMAST. Some filter values have also been assigned to the company code. After that i distributed the model to the receiving system. Now I have to add one more value fo...

    Resolved! Accepted Solution

    String separated by TAB

    Hello ABAP-Experts,System: NW2004sABAP: 700I like to separate two strings with a tab. Therefore I´m using the following statement:lv_text1(50) type c value 'Test'.lv_text2(50) type c value 'TEXT'.lv_tabtext(200) type c.CONCATENATE lv_text1 lv_text2 I...

    Resolved! Accepted Solution

    Edit mask

    Hi to all Guru's,i am not getting how this edit mask get works?here it display's 5:33 seconds but how this get works?DATA: time TYPE s_fltime, seconds TYPE i, msk TYPE string.DESCRIBE FIELD time EDIT MASK msk.write:msk.seconds = 333....

    screen exit

    hii need to create one RF transaction.(Radio Frequency)it consists of 3 screens. first screen is not available .2nd and 3rd screens are available in standard program SAPLLMOB.i have to pass internal table to second screen.in 2nd screen i have to put ...

    Selction

    Hi everybody...I need selet data from 2 tables VBAP and VBAK.which am doing succesfully into internal table it_vbak and it_vbap.But i need to give both the tables data into it_final which am doing like below.But the problem is all the data is selecte...

    help in badi

    i need help The header text specified in Purchase requisition should be copied into Purchase Order along with other data, whenever Purchase requisitions are copied into purchase orders So can any one help in this ? which badi i use to implement ? po...

    Resolved! Accepted Solution

    User Exit!!

    Hi all,,I need clear steps and the procedure and the code change which is practically possible in doing with IDES in user exits.It should help me in understanding user exit.Please help with relevent information.Thanks,Naveena.

    Resolved! Accepted Solution

    Plz help

    Hi Gurus, Iam getting this error while creating structure ? does anyone have any idea?Enhancement category for table missing Enhancement category for include or subtype missingRegards,Vani

    Resolved! Accepted Solution

    alternate code

    can any one provide me alternate code for following statement using 1.READ from internal table, 2. by using "for all entries".<u>following is the code</u> *TABLE J_5HPDBEAR LOOP AT gt_cr INTO gs_cr. SELECT * FROM j_5hpdbear WHERE annuser = gs_cr-a...

    Resolved! Accepted Solution

    Splitting string

    Hi experts,I want split the string.String is like abcd | xyz | nhyu | adfsfs | fslfs | fjsflsfl |.how can i split without knowing the number of substring. is there any function module ..?Pls help me.Regards,Murugan Arumugam.

    select query

    Hi,In a select query where condition I need to validate amount field which should be greater than spaces.amount field is char(10),In select query am validating as amount gt space. However it is wrong as amount is in char hence I cant compare with spa...

    Labels in this area

    Explore this Area