Application Development and Automation Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 

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

Criticality.png

Movement Type in VL09

Hi Everybody,I've been working with User Exit V50PSTAT for the Transaction Codes VL02N and VL09. Based on the Movement Types in both the Transaction Codes, I need to update a Custom Table. When Posting Goods Issue in VL02N, I need to check the Moveme...

PROCEDURE TO MAKE TREE STRUCTURE USING SAP OOPS

We can make tree structure in sap which will make our GUI interface more attractive and easy to interact with transactions with authorization security in it.Advantage: 1.      Don’t need to remember the TCODES2.      Attractive GUI3.      All things ...

Resolved! Hi experts,

My object is about Module Pool in ABAP. I am a beginner in this. My object is to design a layout on a screen and display as a table (display should be shown as below)  Header 1Header 2Header 3Header 4Header 5Header 6Header 7City(ort01)editable (matnr...

FM GFW_PRES_SHOW

Dear Gurus.Greetings !!!.I have developed a module pool program with table control to display the data in the grid.Then I created a puch-button with labled "GRAPH".when i click on this button the graph is displayed using the subject FM.I want to set ...

Resolved! Problem while appending

Hi,In the below code I appended 2 lines to with_item. I want to fetch all the columns of with_item for bsik.Attached is for ur reference. LOOP AT it_with_item.      READ TABLE it_bsik WITH KEY bukrs = it_with_item-bukrs belnr = it_with_item-belnr.   ...

Is there a easy way of combining the data from multiple EarlyWatch Alert (EWA) reports (Security section) for metrics reporting?

HiWe plan to consolidate EWA (Early Watch Alert) reports from multiple SAP systems (100+) to achieve baseline SAP security metrics across the global landscape. The reports generally come out in Word or pdf format.Is there a better way to tap into the...

PS table join in SQVI

Hi,I'm trying to join table PROJ, PRPS, AUFK and AFVC. My expected result is to display the following:PROJ - Project DefinitionPRPS - WBS ElementAUFK - NetworkAFVC - Activity and PriceWhen I execute the query either Network or Activity will be displa...

Restricting the drop down value for Customer group1(KVGR1) in SO depending upon the specific Sales org

Hi Gurus,I want to restrict the drop down values which is appearing now in VA01/VA02 in Additional data A tab.(Shown below : field Courier service) depending upon specific sales orgNow the problem i am facing is that, i am not able to attach the sear...

Resolved! Deleting table entries results in "ORA-00054: resource busy and acquire with NOWAIT specified or timeout".

Hi Geeks,I am trying to delete entries from Z table through SE14 tcode (DB utilities). Getting the following  error,"ORA-00054: resource busy and acquire with NOWAIT specified or timeout".Also tried program statements to delete but gets a "RUN TIME E...

BAPI for ME21n

Hii Experts, DATA: poheader LIKE bapimepoheader,       poheaderx LIKE bapimepoheaderx,       poitem LIKE bapimepoitem OCCURS 0 WITH HEADER LINE,       poitemx LIKE bapimepoitemx OCCURS 0 WITH HEADER LINE,       return LIKE bapiret2 OCCURS 0 WITH HEAD...

Resolved! use class VMD_EI_API to create vendor

dear abapers,i use calss VMD_EI_API to create vendor,codes:    CALL METHOD VMD_EI_API=>MAINTAIN_DIRECT_INPUT    EXPORTING*    IV_TEST_RUN              = SPACE*    IV_COLLECT_MESSAGES      = SPACE      IS_MASTER_DATA          = IS_MASTER_DATA  IMPORTI...

Resolved! User Exit/BADI/Enhancement before save in vf01 to modify billing date

Hi all,I need to make a validation by  Company Code and depending on which of those is registered into the billing document, then  I need modify the current date instead the billing date that was provided by the user,  this before to save the  billin...

Resolved! parameters query

     Hi good day everybody,  i have a issue, i am creating a a abap report, using the table fmbdt,  this report has some parameters to ask and use with the query where statement.   When the user type all parameter all is right,  but when the user doe...

Resolved! How can I save internal table data to an imp/exp parameter of a BAdI method?

Hi experts,I am implementing customer_add_data_cs BAdI; here have a method IF_EX_CUSTOMER_ADD_DATA_CS~GET_DATA.The i/o  parameters for this method are s_kna1 and s_knvv and so on.In my scenario I have to save only one customer data which i did as:s_k...

Resolved! How to change warning message v1-151 to error type in transaction va01

Hi Experts,I am confronting with a problem while creating sales order if the credit limit exceeds thesales order amount it displays warning message and allows to create purchase order.But I need to restrict the creation of sales order by changing war...

Labels in this area