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

Resolved! Output issue internal table

Hello experts,I have an issue with an internal table after the followinf loop:CLEAR wa_bilan.   LOOP AT wt_data ASSIGNING <fs_data>.     IF <fs_data>-y_rmaccnt(1) = 'A'.       wa_bilan-actif = <fs_data>-y_rmaccnt.       wa_bilan-mta = <fs_data>-deb_c...

Resolved! Relationship between original transport and transport of copies

Hi Experts,My requirement is to find TRs which have TOCs and list of TOCs using ABAP report program.Can anybody help me to find a relationship table/FM between original TR and TOC's. I have found table  e070 which has field TRFUNCTION if it is T that...

Visit Plan Creation

Hi Guru's,I have a requirement to creating Visit plan, For this particular purpose I found a BAPI (/DSD/BAPI_VP_CREATEFROMDATA).Could you please send me the list of steps & screen shot's(Examples) which needs to be follow for creating visit plan with...

Resolved! How to reconcile component after receiving final product from Sub contractor?

Hi Gurus,I am experiencing problem at the time of reconciliation in T.Code: J1IFQ.Material  xxxxx is not assigned fully, short by xx.xxxx KGMessage no. 8I574Please share your exp. for the requirement scenario. Material Roh_Y1 and Roh_Y2 is required c...

RFIBL00 in background

Hi all,I am writing a program that uses RFBIBL00 to do a FBS1 posting. We want to execute the program in background using callmode C (call transaction) for RFBIBL00. The batchjob is cancelled however with error BD 078 (Job &: Data does not match the ...

Resolved! Error in Check Print form

Hi Experts .I am working on the check print form .i have to attach my custom script from to FBZP tcode.It is using the standard driver program RFFOUS_C  . this program is using some fields which i don't need to show on the from , i haven't use those ...

Delete the same entry.

so num           committed qty          site         order qty     order value              delivery qty15004037          5                  4871         5            660                       315004037          5                  4871         5     ...

Resolved! a small program to test the efficiency of work area and field-symbols

The program below is to do a small test for the efficiency among work area, FS TYPE ANY and FS TYPE STRUCTUREAll of the three change the value of internal table.DO 3000000 TIMES.                                             WA_YM-VBELN = '10000000'.  ...

Resolved! Linking a document to an URL in a Content Management Repository.

Hi ABAPers.I need some helping; the scenario is as follows:I'm working with SAP RM (Records Management, that currently is known as Folders Management). I have to migrate the contents from a dedicated machine to a generic SAP ECC. I have had no proble...

Resolved! Variant Problem.

Hi Guys.I created the code :PARAMETERS: p_arqui TYPE localfile OBLIGATORY.INITIALIZATION.   CONCATENATE 'PGTOS_RECARGA_' sy-datum+6(2)                                sy-datum+4(2)                                sy-datum(4)  sy-uzeit '.TXT' INTO p_arq...

Read file from application server having long text

Hi AbapGurus,I have a ".txt" file in application server as shown below (headings are not there, only for reference provided here): -PO_NUMBER    PO_ITEM      ACCTASSCAT   ITEM_CAT     MATERIAL     SHORT_TEXT   ITEM_TEXT QUANTITY     PO_UNIT      NET_...

Single String into Multiple rows in SAP-ABAP.

HI all,              I need to convert a single string into multiple rows using abap.               "ABC#DEF#GHI" this string has to be converted into               ABC               DEF               GHI               can anyone help me in this.Than...

Labels in this area