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

Resolved! TSV_TNEW_PAGE_ALLOC_FAILED: how to split internal table?

Hi experts,   I am a basis and I saw "TSV_TNEW_PAGE_ALLOC_FAILED" from time to time. I believe I give heap and extended memory very generous(8GB of 32GB, see below). Could you see the program segment below and tell me how to divide and conquer memory...

Resolved! sub screen not found

Hi,I have create a sub screen in customer master using SPRO navigating like below.SPRO -> Logistics – General - Business Partner - Customers - Control - Adoption of Customer’s own Master Data fields - Prepare Modification - Free enhancement of Custom...

How to restrict posting of an invoice against PO if invoicing is already done

Hi,The scenario is The invoice creation is and parking is being handled via Interface where vendor details , PO Number and invoice amount (Header) is passed.I am using bapi_incominginvoice_park to park the invoice.For the invoice line items amount an...

PU12 documentation

hello,A few weeks ago, I was reading a 184 pages document at the following link - which as now dissapeared. Does anyone know where it has been moved?http://help.sap.com/printdocu/core/Print46c/en/data/pdf/PAXX/PYSOME_INTERFACE.pdfThanks for your resp...

Resolved! Translation table is not part of my customizing object in Transport system

Hello Colleague,I have a table xxx and its respective table xxx_t.I transport it to test systems.In my test systems, I have different clients. 01,02,03I have added a table maintenance view for xxx table.For one system, I can save new rules in the mai...

Finding menu exit

Hii understand how to implement and find a user exit using SMOD -> packagename and get the enhancementsFor e.g. I went through http://sapignite.com/menu-exit-in-sap-abap-with-tutorial/I was going through multiple links to find a menu exitWhat i want ...

Resolved! Creating WBS element with the Bapi BAPI_BUS2054_CREATE_MULTI

Hi All,I need to create WBS elements programmatically. For this I am using the BAPI BAPI_BUS2054_CREATE_MULTIThe fiield tht I am passing are   wa_wbs_element-wbs_up            = 'P-02-0002-9-011'.       wa_wbs_element-wbs_element       = 'P-02-0002-9...

Resolved! Language assignment using pattern list is not showing proper result in SPUM4

Hello Experts,We are trying to assign different languages to words in SPUM4 as per note Note 871541 - Frequently used text patterns. But SAP system is not showing any word by selecting any pattern list. For e.g If we try to assign Japanese language t...

Resolved! Calling a smartform from the output of an ALV/Classical report ?

Dear All,My requirement is to create a report in ALV or Classical report(up to my wish), If the report shows correct information then I have to call a smartform in which a number will generate for the report and the previous ALV/ Classical report now...

BAPI for updating inbound deliveries in table LIPS / updating reference document for BAPI 'BAPI_OUTB_DELIVERY_CHANGE'

Hi experts, I'm using FM 'BAPI_OUTB_DELIVERY_CHANGE' to create a Batch split in the Delivery. My problem is, to my knowledge, this FM does not include updating the field "REFERENCE DOCUMENT (LFBNR)" for a particular delivery. Is there any workaround ...

Resolved! Failed in query

Good morning friends, I'm programming with objects the following query, I have as input values ​​the type of material and the center, but I get an error, this is the code:MODULE user_command_0500 INPUT. CASE ok_code.      WHEN 'EXECUTE'.           SE...

Not able create Purchase order using BAPI_PO_CREATE1 by referring Purchase requisition.

Hi All,I am using BAPI_PO_Create1 to create Purchase order fromurchase requisition.  But i am unable to create the PO. Below is my code. Pleas help me to resolve this issue.REPORT ZTEST_BAPI_PO_PR_REF.DATA: BEGIN OF itab OCCURS 0,      doc_type(4),  ...

For program 'LSPO1I10'

HI, ALL     I had found a may for getting SAP user logoff information that need modify standard program 'LSPO1I10' ,Pls check below code :MODULE OKCODE.  OK_CODE_SAVE = OK_CODE.  CLEAR OK_CODE.  CASE OK_CODE_SAVE.    WHEN 'CANC'.      ANTWORT = 'A'. ...

Labels in this area