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

Regarding Enhancement

Hi experts,I need to determine the btach number for each po line item  at the time of PO (me21n/me22n) creation/Save of 3rd party PO document type only.The bacth number detemine by msc1n tcode using material and plant before Save/Creating PO.Please s...

Resolved! Problem in Insert Statement

Dear All, I had Create one MOdule- Pool Programme. when i insert data in Z DB table only update first line. multiple line item are not inserted in DB table. Code is Below.INSERT zgateentry            FROM TABLE IT_INSERT            ACCEPTING DUPLICAT...

Resolved! Error message to upload an image in sap server.

  Hi experts,                I want just upload an image of .bmp format in document server  but an error message has occurred as see below.                 Please reply me, what is the reason behind this error ?                is there any authorizat...

Resolved! ABAP Code to fetch data for a particular field from a multiple Tables

Hello Friends,As a part of a DataSource enhancement, I need to append a new field and populate it with values fetched from two different tables. Scenario:Fetch the SO number (VBELN) and Number of the document condition (KNUMV) from VBAK table. Ensure...

Resolved! Standerd Implementation not found in PRD System

Hi experts,          I have an Outbound Idocs issue for Purchase order.          Message type ORDER05.          I have used "IDOC_OUTPUT_ORDERS" FM to get all segment.                But the Idoc was not getting Tax details in PRD server while gettin...

Time limit exceeded.

Hi All,I'm facing a short dump, the short text for which is. The program "XXXXXXX_XX" has exceeded the maximum permitted runtime without                      interruption and has therefore been terminated.The dump is occurring just at the start of th...

User Exit MV45AZZ.

I trying to use  'SAVE_DOCUMENT_PREPARE' form of userexit MV45AFZZ. the error message is prompted only during SAVE. But all the fields of the sales order are grey out, Even if I press "Enter" also fields are not active. Can any one Give the code to a...

Resolved! Function Module WS_DELIVERY_UPDATE_2 not updateing Picking/putaway confirmation

Hi Experts,I'm using FM 'WS_DELIVERY_UPDATE_2' to process picking on a modbile scanner.Everything is working well except the "Picking/Putaway confirmation (LEDLVSTATDISPITEM-KOQUA)' Status is not getting updated and remains on 'B'.My Code:wa_vbkok-vb...

Call transction su01

hi:i want to call transction su01 and skip the first screen from my prog.code:AT LINE-SELECTION .   CLEAR bdcdata_wa.   bdcdata_wa-program  = sy-cprog.   bdcdata_wa-dynpro   = '1000'.   bdcdata_wa-dynbegin = 'X'.   bdcdata_wa-fnam = 'BNAME'.   bdcdat...

Resolved! Restricting SQVI

I’ve given SQVI access to a user. To limit the queries to Material Management (MM), S_TABU_DIS and S_TABU_NAM are restricted to MM. That’s working fine for data source = tables. But if the data source is changed to SAP Info Set Query or Logical datab...

How to calculate difference between two dates and insert result into a variable.

Diff = date_today - tag*date_today: today's date. *tag : is always an earlier date than today's date.tag is a field in table ztab.i have coded:DATA :  date_today  TYPE sy-datum,  w_days TYPE i,  w_months TYPE i,  w_years TYPE i.date_today  = sy-datum...

Resolved! How to Fax a SMARTFORM

Hello I see there are lot of posts of Faxing a Smartform but can't seem to find an answer to my problem.  Maybe someone knows why my code is not faxing my Smartform?What is wrong with this code?  It does not send a fax   REPORT  zgarytest30.TABLES: r...

Labels in this area