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

Calling custom function module in background task

Hi All,I need to call a custom function module in my program and run it as a background task. I used      CALL FUNCTION 'Z_SD_SERV_ORDER_CREATE' IN BACKGROUND TASK        TABLES          T_FLTHDR       = LT_FLTHDR               .IF SY-BATCH EQ 0.ENDI...

error during mass change

hi experts,                       i am going to block the customer sales Area by setting field value using t-code MASS ,            but i stuck during save and system display error msg.i am performing the steps:--1. select "Customer Master Sales Data...

Resolved! How to change the column title for custom F4 help(internal table)

Hi Experts,As per title, how do I change the column title for custom F4 help.This F4 help is build by internal table.Now the column title is F0001 & F0002, I want to change the F0001 & F0002 to something else.Please help.Below is my code.TYPES: BEGIN...

Resolved! Authorization Field Values

He experts,does anyone know if there is a table or function module in SAP ERP that provides all possible entry values for an authorization field? I know for field "ACTVT" is table TACTZ,           for field 'TCD' is table TSTCbut for another fiels li...

Resolved! Optimize inner join code on LTAP and LTAK

Hallo.I'm a newbie on ABAP.I note a bad performance on the code:  SELECT COUNT(*)    FROM ltap AS a    INNER JOIN ltak AS b    ON a~lgnum EQ b~lgnum    AND a~tanum EQ b~tanum    INTO row_conf    WHERE a~lgnum EQ p_mag      AND a~pquit NE 'X'      AND...

MARA-EXTWG Field length

Folks,We have a requirement to extended the field length of External Material Group (MARA-EXTWG) and its description (TWEWT-EWBEZ).The only option I see1.is to create a  Z domain with the desired length and replacing the standard  domain of the data ...

kiran_k8 by Active Contributor
  • 1475 VIEWS
  • 3 REPLIES
  • 0 Likes

SAP Script for Cheque Printing

Hi ABAPers,I have a doubt related to assigning a SCRIPT for CHEQUE printing.There is standard SCRIPT is available for printing cheque.Normally I create a script or smartform and assign it through NACE to corresponding output type.I don't know how to ...

J_OWENS by Explorer
  • 4877 VIEWS
  • 11 REPLIES
  • 0 Likes

Resolved! ALV average calculation without considering blank or zeroed row cells

Hello all,I have na issue about ALV field catalog which I could not find the answer.I need an alv average subtotal considering only row cells which are not blank or zeroed.In the Picture below the average is 6,25 because it is considering the blank/z...

Idoc conversion rule

Hai Experts,I need to do a very simple rule for segment E1KNB1M, in ABAP it can be done like this: if knb1-FDGRV = 'A'. knb1-aknot = 'XXXXXX'.elseif knb1-FDGRV = 'B'.knb1-aknot = 'YYYYY'.endif.How Can I achive this one by using conversion rule BD79.T...

Resolved! How to fill the Delivery Note field in MIGo screen after entering the PO number?

Hi,I would like to insert the Delivery field on the MIGo screen after I enter the PO number, which is not the standard process but my client needs it.I have checked all the available BADI's that would trigger after I enter the PO number and click ent...

Resolved! enhancement in co02

hi all,i have a requirement to restrict the teco in co02.for example - suppose in co02 general .condition is : total qty = short/exc rect + delivered.if it is equal : it should allow for teco.else.it should not allow for teco. it should throw the err...

How to get data from an internal table in some other program with out displaying the other programs output..?

Hi Friends,How to get data  from an internal table in some other program(ZPROG1) .with out displaying the other programs output(ZPROG1)..?Actually I want data from (ZPROG1) to (ZPROG2), for that i used Export/Import....By this i am getting data from ...

Labels in this area