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

L_TO_CREATE_TR-???

L_TO_CREATE_TRi use this FM to create a to refrence a TR, in our dev client, it throw a message_error 'Storage type XX is not Allowed negative stock', so FM process failed, but on_front, using LT04 to create TO refrence the same TR, it is saved succe...

pricing routine...

hi alli have to create a pricing routine in vofm.....for that i will have to pick the purchase order no and sold-to party field from the screen of sales order request ( transaction VA01).how can i do that ???regards vijay

Vijay by Active Contributor
  • 262 VIEWS
  • 1 REPLY
  • 0 Likes

pricing routine...

hi alli have to create a pricing routine in vofm.....for that i will have to pick the purchase order no and sold-to party field from the screen of sales order request ( transaction VA01).how can i do that ???regards vijay

Vijay by Active Contributor
  • 349 VIEWS
  • 1 REPLY
  • 0 Likes

Resolved! Negative indicaton logic

I have 3 records in a table with a Qty field. I need a logic to be written as follows.If 1st record Qty is negative then variable cnt = 1If all the 3 record Qty is negative then variable cnt = 123If 1st and 3rd record Qty is negative cnt = 13If 1st a...

Performance issue

Hi,I want to access the data from table BVOR, The only where clause which i m using is BUKRS, Its not fully specified Key, so thas why its taking a huge time for data retrieval for this select statement. How can I improve performance in this case. Wh...

Performance issue

Hi,I want to access the data from table BVOR, The only where clause which i m using is BUKRS, Its not fully specified Key, so thas why its taking a huge time for data retrieval for this select statement. How can I improve performance in this case. Wh...

Resolved! BOM (cs01) bdc code

Hi All,I need BDC code for BOM (cs01), i don't know how to handle "Table Control" in BDC.Flat file is also required. Because, i think flat file arrangement will be differ from regular flat file format.It is very urgent.Thanks & Regards,Srinivas

alv grid question

Hi all,I m trying to print the content of an internal table as a alv grid , but i miss the F1 documentation of the field component:I have the following code :Types : BEGIN OF ty_s_temp, application TYPE char20, component LIK...

Resolved! need help

Hi all,I am creating the data element . I am giving the Elementary type domain is HKONT, then it is taking the length 8. but in BSEG table the field HKONT length 10 is there. How can i chnage my data element with 10 length.regards,Ajay reddy

Resolved! Structure and Include

What's the <b>difference between structure and include</b> in the area of table creation.Aprt from the difference that structure can be included in one table and includes can be included in many tables. what's the f<b>low behind the both ...

Resolved! general

Hi folks,LOOP AT IT_EKPO INTO WA_EKPO. SELECT single kunnr ADRNR FROM KNA1 INTO CORRESPONDING FIELDS OF wa_KNA1 WHERE KUNNR = wa_EKPO-KUNNR. IF SY-SUBRC = 0. SELECT SINGLE ADDRNUMBER ...

concatenate 2 texts.

hi,take SAP standard program(RFDOPR10).copy it to z program.in that,in selection screen,in due date sort list field,there is 5 sequential boxes for i/p datas bt 0-100.i need to extend that 5 boxes to 8 boxes.& i need to get that related o/p for that ...

Resolved! Replace

Hello ,my requirement is if i have a string i want to chec if the 4th character from right is a dot or not.....if yes then replace it with comma.if str = '123.546.236'then it shud be 123.546,236.also the contents of field are not of fixed length.ie. ...

How to park the IDOC

Hi Gurus,I have a IDOC ACC_GL_POSTIN01 that is coming from the ETL layer to SAP R/3..Can anyone tell me how can we park the IDOC...is there any way to do it..or do we have to create a BAPI for that...Also, What is RFBIBL00 and where to use it..KIndly...

BADI SD_COND_SAVE_A

Hi,I was trying to use the BADI SD_COND_SAVE_A to validate data andtrwow an error message on VK* screens( Can we use SD_COND_SAVE_A to throw error messages?) . When the error message isdisplayed all the fields are grayed out. But if the user presses...

Enhance CJI3 report

Hi,I have a requirement to add a new field to CJI3 report.EXIT_SAPLKAEP_001 is already implemented in my system.When i try to change the custom include CI_RKPOS to add my new field it is showing missing authorization. What could be the reason?? is th...

Labels in this area