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

table controls

Hi Guys, i have been trying to understand table controls in BDC but i just cannot help myself. Please send me an explanatory code of BDC where table controls has been used. I would really be grateful to all who could solve my problemPLEASE DO ...

BDC-RECORDING

report ZRECPRG1 no standard page heading line-size 255.TABLES : RF02K,LFA1,LFBK,LFB1,LFM1.DATA : BEGIN OF ITAB OCCURS 0, LIFNR LIKE RF02K-LIFNR, BUKRS LIKE RF02K-BUKRS, EKORG LIKE RF02K-EKORG, KTOKK LIKE RF02K-KTOKK, ANR...

output in ALV

Hi All Is there anyway to get the back ground job spool output in ALV display... Currently we execute some ALV report in front end and its giving result in ALV... But if execute in the back ground the result spool is displayed in basic list... i dont...

Resolved! Looping in BDC

Dear All,This below program will generate a list of PR with a check-box beside it. User can select the PRs and then click on the Create PO/Create RFQ button. The contents in the PR will be transferred to the PO/RFQ. The user will check the contents a...

Resolved! JEST table

Hi Guys,I manage to filter the <b>status</b> of a Production order via table JEST, status field STAT.As you can see from JEST-STAT, the value is being stored in alphanumeric manner like --> I0076, I0099.But i have a requirement to get the <b>text/des...

Resolved! Joining FI tables

Hi,I'm trying to join the following FI tables into 1 table:bkpfkna1knb1bsidand these into another table:bkpfkna1knb1bsad...so any efficient way of joining these? Current code uses inner joins.. but its causing performance issues.i'm thinking of using...

Resolved! Print icon not working

Hi All, I have developed a program to display two alv reports. The program when executed displays the first report and on the click of a push button it wud display the second report. The standard icons are all working in the first report but few icon...

Change document

I learn the procedure for change document from sap hlep:1.Define change document object2.Set change document flag3.Generate update and INCLUDE objects4.Integrating the functionality into the program 5.Writing the fields in the program I'm confuse abo...

Resolved! Question reg. table

Hi,A table has 3 fields. One is a key and the other non-key and the other is mandt. I maintained custom entries in a table as for ex: 'Program' and 'Report'. I wrote a custom function module to pull records from this table. I tried testing the functi...

Resolved! sap clients?

hi,actually there are some multiple clients in the R/3 system,,wats the use?moreover in all business process there will b dev,qa,prd..wats the necessary for shifting frm dev to qa?as already the everything will b tested sidebyside by the functional g...

Resolved! INCLUDE <CNTAIN>. error

Hello All, I get this error:Include <CNTAIN>You may only define methods between "CLASS ... IMPLEMENTATION" and"ENDCLASS".Here is the code:INCLUDE <CNTAIN>.METHOD CREATENBOBJECT.DATA: newvariable(12) type n.swc_get_element container 'REQUISITION_NUM...

Resolved! Batch Program

Hi Folks I need to write a batch program that will run once a day and create and send a File formatted according to requirements to a third party on their FTP server I need to query ZTABLE(KUNNR, VBELN, ERDAT, ERZET, FLAG) for all records where FLAG ...

Resolved! transaction variants

there is a transaction variant created by someone in dev system . I have developed a transaction code ztran for that in se93 . I moved ztran to test but how to move the transaction variant to test. I dont see the effect of the variant in test .

Resolved! swc_get_element: error

Hello, I am getting an error on the statementswc_get_element container 'REQUISITION_NUM' newvariable.And the error is:Class ZCL_HRMSS_RECRUITING_WF,Method CREATENBOBJECTStatement "SWC_GET_ELEMENT" is not defined. Check your spelling.spelling.Anybody ...

exit.

HELLO,I need to make exit if the v_newqty is graterthan 6 or lessthan 0 message should come and not allow me to create the order........please correct the code in bold... loop at it_fg_xvbap. read table it_zfreegoods with key matnr = it_...

Changing User ID

Is it possible to change logon ID's?For instance, if a user SCOTT has been using the R3 system for some time, would it be possible to change the login name from SCOTT to another value, such as ST4398?The reason for asking is that we are embarking on ...

Labels in this area