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
  • 83839 VIEWS
  • 212 REPLIES
  • 39 Likes

To block the stock for multiple materials against sales order ib bdc

Sir,            The requirement is to block the multiple materials against the sales order using BDC concept.            In case of sales orders which is having single material the code is working fine.            can u explain me the process for blo...

Field Length issue.

Dear All,I am into a SAP standard table, the field length as shown for the field is Character(4).But when i am into the SM30 transaction and try to create a new entry, it allows only 3 characters to be entered for this particular field.Please if you ...

problem in cardinality

Hi Abap ers,   i create 2 custom tables zchk and zfor.. zchk is check table and zfor is foreign key table. zchk has 2 fields like mandt(keyfield) and matnr(keyfield).  zfor has 4 fields mandt(keyfield), matnr,(keyfield) werks(keyfield) and mtart.  i ...

Resolved! Dump - GEN_TOO_MANY_CBS with message Too many "LREF" control blocks generated.

Hello,In FI Substitutions (transaction code - GGB1) and Validations (GGB0) while simulating, we could see the above Dump.As per my analysis, because of huge number of steps, more number of control blocks (probably generated IF/ENDIF commands are more...

Resolved! Coding in Search Help

Dear Experts,I have made a ztable and used kunnr (vbak-kunnr) in it. I want an F4 help on KUNNR  in Table maintenance screen based on some conditions where VKORG=1101, VTWEG  =10 ,SPART =20I am not able to understand where should i write my logic to...

Resolved! Problem while deleting standard error message from ME21n/Me22n and PO not getting saved

Hi Experts,I am trying to remove standard error message from ME21n/ME22N using BADI ME_PROCESS_PO_CUST and method PROCESS_ITEM and giving my own custom error message if article is not maintained in site, I used MMPUR_MSG_REMOVE_BY_CONTEXT - passing t...

Cardinality Issue

Hi experts,Is it possible to have duplicate records in foreign key table for a corresponding record from check table ?For eg :if i am having check table in which i am storing customer numbers and a foreign key table in which i am storing customer rel...

BAPI for FCHR Transaction

Hi Experts,  I am working on requirement for Check Reconcile process, Through FCHR Transaction.My Doubt is there any BAPI that I can use for FCHR functionality.I have searched all over the net, so i am posting the message in SCN.Hope I will get some ...

String length?

HI All,i have three fields which is declared as a string in proxy.I am using these three fields in my ABAP program.But the length of these fields should not be more than 34.Please how to do this in program with out changing the datatype in proxy.Thnk...

how to avoid this code?

HI all,      i want  to improve performance of my program could anyone suggest how to avoid this " SELECT werk UP TO 1 ROWS INTO l_iwerk FROM ser03WHERE obknr IN ( select OBKNR                  from OBJK                  WHERE equnr EQ p_equnr       ...

Resolved! how to improve performance for following code?

LOOP AT record.    SELECT * FROM drad WHERE doknr = h_fco_doknr.      SELECT * FROM viqmel INTO it_viqmel                 WHERE qmnum EQ drad-objky                   AND bequi EQ record-equnr.        APPEND it_viqmel.      ENDSELECT.    ENDSELECT.  E...

strlen funuction

Hi Expertsi have written peace code in that i have used sstrlen( ) but it is giving output as '*'.it is terminated the program .actually I have used the  strlen( ) in  internal tables two times first was giving correct length but not for second.data ...

Condition Types needed to delete only from Item level in VA02

Hello,           I am Having requirement that condition types would have to be deleted only from item level for some of the material i did coding for that in userexit_pricing_prepare_tkomp but the thing is condition is going to be deleted from both h...

Labels in this area