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

    Infotype 2007 updatation

    Hi Gurus,Could someone please help me in updating the Infotype 2007 (INS operation). I used the HR_INFOTYPE_OPERATION function module to do the same but it is not working. Its working fine for other infotypes but not for 2007.  Below is my logic.CALL...

    Resolved! Accepted Solution

    Can I use REGEX to remove last character in a file

    I have a file on the sap server which looks something like this:0001#Text#gfdkgh#0002#more#ljjpoir#0003#then#ljddpoiw#I want a program to remove the last hash character from each line.I can read this file with OPEN DATASET etc, then REVERSE the line,...

    Resolved! Accepted Solution

    Program not calling subroutine

    Hi friends,I'm doing simple alv I dont know where i have made mistake in my program below.Issue is ListHeader is not displaying marked in bold.Please correct my coding it will helpful.REPORT zreport_013 NO STANDARD PAGE HEADING.TYPE-pools:slis.TABLES...

    Resolved! Accepted Solution

    how to know structure of internal table used in ASSIGN statement..

    hello all,for a particular exit i am using the following statements,field-symbols : <fs1> type any.field-symbols : <fs2> type any.ASSIGN ('(SAPLCJWB)L_PRPS') to <fs1>.ASSIGN  ('(SAPLCJDW)*PRPS')  to <fs2>.Issue1----------here how do i find the struct...

    Resolved! Accepted Solution

    Planned Cost in a Query

    I am trying to create a new query where I require the planned costs from table PMCO.  I can not get the value to populate.  I have tried a few different things but nothing seems to be working.data: lv_wrt07 type pmco-wrt07clear: zplanselect sum( wrt0...

    Resolved! Accepted Solution

    Unpermitted Combination of BUS2032 and Doc Cat B

    Hello All,Am trying to create a Quotation order through BAPI_SALESORDER_CREATEFROMDAT2. After giving all the inputs i get an error as below,E V1                   761 Unpermitted combination of business object BUS2032 and sales doc. category BPlease ...

    Resolved! Accepted Solution

    Most elegant way to check if select-option has a single value.

    Hiya,I need to check if a select option (sl_vbeln) holds a single document.I've come up with the following code but I wanted to know if there was a more elegant way to code this:select-options: sl_vbeln   for g_vbeln.count = lines( sl_vbeln ).       ...

    Resolved! Accepted Solution

    update Acct asgnmt grp(VBAP-KTGRM) using BAPI_SALESORDER_CREATEFROMDAT2

    Hi Experts, could you please suggest how to update Account assignment group (VBAP-KTGRM) using BAPI_SALESORDER_CREATEFROMDAT2, I am using this BAPI to create a Sales order from the program and I want to update VBAP-KTGRM field from Z table based on s...

    Resolved! Accepted Solution

    Using selection conditions of view with comparison values from another table?

    Hi,I need to add a condition to a view. I have two tables. Let's say one of them contains begindate and endate, another one contains comparisondate:Table1:...some fields...begindate dats 8enddate   dats 8 Table2:...some fields...comparisondate dats 8...

    Notification : Link to find person responsible for task and his name for a given notification

    Hello,In QM03, we have a list of TASK linked to a notification. Each task has a person responsible linked to it (Field : PARNR)and also person name (field : NAME_QMSM).If i have notification number, can some one please tell me how can I find a link(T...

    Labels in this area

    Explore this Area