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

Resolved! Structure field

hello gurus,i have a field called stlal filled in mv45afzb (in the struture cstmat), I need to use this indicator in mv45afzz. because this is the only one i have to differentiate the alternatives bom's in creating sales order.can u give me an idea h...

Fields related to PO

hello experts,Can anyone let me know the tables and fields for the below corresponding fieldsI need all the below fields related to purchaser orderVENDOR NAMECONTRACT NUMBERCONTRACT PRICEPURCHASING INFO RECORD NUMBERPURCHASING INFO RECORD PRICINGThan...

Resolved! BDC for dynamic ok codes

While recording the BDC the find button is trigerred by the ok code =%_GC 628 1 which is dynamic and changes in every recoding. how can I use the find button then. can I find the dynamically created ok code or use some other method to trigger the fin...

Resolved! userexit

hi experts can anyone pls give me discription about below object<b>Developed a User Exit to add validations while creating delivery order In VL01. Have developed code to avoid errors which the standard SAP program SAPMV50A did not provide.</b...

loop and Read

Will the below snippets are same,if not what is the difference,(performance??)LOOP AT I_T_VAR_RANGE INTO LOC_VAR_RANGEWHERE VNAM = 'ZVAR1'.< logic x>ENDLOOPREAD I_T_VAR_RANGE INTO LOC_VAR_RANGEwith Key VNAM = 'ZVAR1'.IF sy-subrc = 0< logic x>endiftha...

Master details...

Hi friends,I got a task on Dialog programming,Could any one tell me how to do this ...Develop dialog program routine to display Material Details, Vendor Details, and Customer Details using tab-strips. This front end was created to Add, Modify, and Vi...

Resolved! su01 parameters

Hello,In the user profile (tx-su01) I can set parameters id and its values. Sometimes these values are not obvious (for example:values of GRWE parameter).Does exist any tutorial about this parameters?Thanks in advance,Ricard.

New qust

Hi,What is table maintenance generator? How to create that? What is th Tcode?Difference between "Select * from mara” and“select single * from mara?How to add new fields to Standard table?What is buffer? Howmany types? ExplainHow many indexes can yo...

Resolved! Loop question

FolkesCould some explain the LOOP ..ENDLOOP structure. why this is basically used?if I have sum thing like this LOOP AT I_T_VAR_RANGE INTO LOC_VAR_RANGEWHERE VNAM = 'ZVAR1'. < logic x>ENDLOOPI am assuming "logic x " will be executed only when VNAM ...

OLE Automation

Hi all,I had a development in our previous 4.5B R/3 installation which worked well for 5 years but after upgrading it to 4.7, it stopped working mainly in XP Workstations.The development downloads some Process Order info to a share in our net and has...

How to display values

Hi,I have a standard PO. In the confirmations tab, only one line item is being displayed. But, there is one more confirmation category line item which has to be displayed. I have all the fields and their values in table EKES. Can you tell me the proc...

pkch by Explorer
  • 1091 VIEWS
  • 6 REPLIES
  • 0 Likes

FB1D and BAPI

In standard transaction F.13 we can choose documents for customers.Indeed F.13 calls transaction FB1D and clears passed documents.I must extend this functionality, but used in F.13 batch input map is hard to extend.For this reason I'm searching BAPI ...

Labels in this area