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

condition of getting data from vbrk through lips

Sir,            i am having input of out bound delivery no (VBELN FROM LIPS)            from this i have to fetch the billing document no from vbrk.            pls explain the common fields exits between these two fields.            or between these ...

barcode not printing but in preview it is coming fine.

Hi  allI am using sap script and trying to print barcode with below settings in character format;BC    Barcode 39-1.5 CM           Offwe are doing for vl02n  : packing list and delivery note. for both print out barcode not workingbut in print preview...

Not able to see zero in alv grid because of qfieldname

Hi all,I am facing a problem in alv grid report, i am having unit of measure column in alv grid, i need to show unit of measure wise total and subtal. So i have added following code in alv:             WA_FCAT-FIELDNAME = 'MENGE'.             WA_FCAT...

Resolved! Listing tables

Dear Abap  GurusI am sd consultant ... i have one doubt regarding Tablessuppose if i want to know some tables i use to click F1 and technical information then we can see table namesBut somo teables are there like Order reason IN VA01 is VBAK BZ IT IS...

Resolved! Assign FS for Loop Table

Hello All,I have a requirementinternal Table 1 hasField1     field 2internal Table 2 hasField 2 Field 3I need to join these two tables into one table.I did following 1) create  3 internal table with all 3 required fields. Loop at IT_tab1 assigning <i...

Resolved! Oss Note - Object MTXT

Dear Experts,I'm trying to implement the Oss Note 1796626. I made all manual steps, I checked all programs and the log shows "completely implemented". But the Oss Note has the status "Incompletely implemented"; and I can't change to "completely imple...

Need to tune this Query (Table SWW_WI2OBJ)

Hi Experts, I have below query but it getting timeout / Memory error for data more than 6000 records. Is there a way I can write this query more efficient ?* Workitems Item Data     select   WI_ID              TOP_WI_ID              INSTID           ...

Improve Performance of code

Hi at all,I developed the following program:FORM read_zbatpusrlog.   FIELD-SYMBOLS: <lfs_zbatran> LIKE LINE OF i_zbatrans,                  <lfs_zbafreigabelog>                         LIKE LINE OF i_zbafreigabe.   DATA:  lw_condition TYPE string,   ...

Resolved! LOOP AT SCREEN IN WA

Hi experts..Am just a beginner in SAP ABAP.am having a screen 1000,containing two fields (for eg. Name and Age).finally am updating Table from screen fields.Currently am doing like this.wa-name = zdb-name.wa-age   = zdb-age.where zdb-name and zdb-age...

Labels in this area