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

Task 1 - Create CDS View Entity ( August Developer Challenge )

First of all, thanks for the overwhelming response to the ABAP Developer Challenge. Kudos to everyone who took time out of their busy schedule and finished the pre-requisite – Task 0 last week.Now let us dive right into the challenge.Task 1 - In this...

2024-08-07_08-25-11.png
sheenamk by Developer Advocate
  • 83562 VIEWS
  • 212 REPLIES
  • 39 Likes

bgRFC configuration

Hi,I have a doubt with the bgRFC configuration.First step, I create the supervisor destination. Second step, I want to create an Inbound destination. This link explain how to create an inbound destination:http://help.sap.com/saphelp_nw70ehp3/helpdata...

Resolved! performance tuning

Hi ExpertsPlease help me out to optimize the below loop.I am aware of parallel cursor, but don't know how exactly to fit in this scenario.LOOP AT itab1 INTO watab1.  LOOP AT itab2 TRANSPORTING NO FIELDS    WHERE     objnr EQ watab1-object_id      AND...

Comparing 2 rows

Hi Friends,Can you please tell,how to compare two rows in a table.In my table there are more than 10 fields,But i need to compare only PO number and item number.If both po and item number matches with 2nd row records,then it must perform some validat...

How to suppress / hide warning messages in SUBMIT statement

Dear forumers,With a SUBMIT statement below, how may I suppress / hide warning messages that are issued from the program, RM07MLBD?SUBMIT rm07mlbd USING SELECTION-SCREEN 1000     WITH matnr    IN s_matnr     WITH werks    IN s_werks     WITH bwart   ...

PRICING FM

Hi all,I'm getting different Master Warranty number when i'm passing the data to a PRICING FM.My INPUT:   wa_komk-werks = wa_mseg-werks.   wa_komp-matnr = wa_mseg-matnr.   wa_komk-lifnr   = wa_ekko-lifnr.   wa_komp-elpak = wa_ekpo-konnr.   wa_komp-el...

Resolved! Extract ST22 Dump using ABAP Code into internal table for conversion to PDF

Hello Everyone,Is there any way to extract ST22 dump to internal table using our own ABAP program? I tried to imitate SAP coding but surely there must be an easy way to do it. I don't wish to go for BDC. Here's where I have done, until now:1. I looke...

Resolved! Generate index for table

Hi everybody,we have a very large table (>100000 entries) where we often have to select via ABAP special records.Unfortunatelly the field we are looking for is nt a key-feld. So the select takes a lot of time.I would like to create an index. Are ther...

Resolved! want to increase the field the length of SORTL -KNA1 from 10 character to 20 character.....???

Hi Experts,hi can any one please tell me how can i change the length of a standard field ( SORTL -KNA1 ) which is specified at domain level from 10 character to 20 character of a standard table KNA1? .....it is actually not advisable to change the do...

BAPI_MATERIAL_SAVEREPLICA

Hi Experts,I am facing an issue with the BAPI_MATERIAL_SAVEREPLICA bapi. I am using this BAPI to extend materials, it was working fine till now,but now when i tried to extend Material, the Bapi didn't return any messages and the material also did not...

Debugging as WF-Batch

Can anyone tell me how to debug a WF-Batch session?  When I create an SRM PO, I SAVE it, create a Local Form, create my DocBuilder (Release/Log off), and finally ORDER my PO.  My local forms are duplicating into Records Management by the user WF-Batc...

ABAP Doc generation

Hi all,I'm currently trying out ABAP Doc. In a Java editor, you can press Alt+Shift+J to have a Javadoc comment generated for a method, a class, or any other member using a template. Without thinking, I tried that in the ABAP Editor, and it didn't wo...

Resolved! LOOP in a Smartform

Hi friends,I have my loop:The content of variable 'GT_N1VP_CV'  is for example:Under the Loop node, I have 2 text elements. The second one will be printed always. But the first one, I want to print it only when there is a change of VDATE and VTIME (p...

Resolved! Execute the two program and display the result, is this realizable?

Dear,       I want to create one program ZZZ, which have one selection-screen, that you can input the program name. after you input the two program name, it can execute both two program and display the result both in one screen.       For instance, t...

Error in BAPI CAD_CREATE_BOM_WITH_SUB_ITEMS

Dear Friends,                     Am trying to Create BOM with Sub items . while using Standard FM (CAD_CREATE_BOM_WITH_SUB_ITEMS) it shows the errorPlease refer my code REPORT ZTEST_ABAP1  .  data: bom_header     like cad_bicsk,         bom_item    ...

UWL refresh issue

Hi Experts,We have a UWL implemented in our SAP EP 7.31 portal.It fetches work items from a back end system which is connected by a RFC destination.It is seen that users have to hit the refresh button in UWL more than once to get the actual list.When...

Resolved! Mail Send with XL attachment Wroking Properly in ECC 4.7 but not in ECC 6..!! :(

Hi All,We are migrating from ECC 4.7 to ECC 6.In the process we encounterd a Z Program written in ECC 4.7, which is used for sending Mail using FM SO_DOCUMENT_SEND_API1.It also sending an Excel file as attachment, which can be opened properly in ECC ...

Resolved! Disable delete and edit buttons on 'Attachment list' of 'Services of object'

Hello,       My requirement is to disable delete and edit buttons on the 'attachment list' of 'services of object' for users who do not have authorization. 'Attachment list' can be seen in the transaction 'FB02' by clicking on 'Services of object' as...

Labels in this area