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

Resolved! EXPORT / IMPORT

Program (A) has this code: EXPORT gi_po TO MEMORY ID 'ZGI_PO'.program (B) as this code: IMPORT gi_po FROM MEMORY ID 'ZGI_PO'. READ TABLE gi_po INTO gw_po WITH KEY ebelp = i_input_user-kposn.and program B got runtime error at this IMP...

Resolved! script::-text element

Hi All, In ME22N transaction we are maintainig item texts i have to print some 3 texts. we have maintained those 3 text element but only first one is getting printed, the other two i am not able to print. control is not going to the other text el...

Resolved! ERR in ITAB

LOOP AT imseg_mkpf_e ASSIGNING <ls_imseg_mkpf_e>.AT END OF matnr. READ TABLE itab_mbew WITH KEY matnr = <ls_imseg_mkpf_e>-matnr. if sy-subrc = '0'. itab_mbew-max_qty = <ls_imseg_mkpf_e>-lbkum. <ls_imseg_mkpf_e>-s_stock = <ls_imseg_mkpf_e>-lbk...

table control in bdc

hi im working on bdc in which i have a table control .in my screen im able to see 4 line items where i f i run the same program in other system it is not working as in that system only 2 line items of table control are visible.how to handle here.

BDC

In am creating a BDC for MB10 transaction. This is for material return to vendor.The scenario of the transaction is as follows.Against a single PO, multiple goods receipts has been done. This has created multiple material document. For this PO the...

Resolved! Error while doing LSMW

Hi, Freinds I m getting error while doing LSMW. In the step <b>Convert Data</b> it gives the following error <i>'Syntax error in program /icadmc/sap_lsmw_conv_0000027line 27for type 'C' a maximum length specification of 65535 is allowed'</i>Please He...

Tab delimited

HI Group,I have to upload one '#'delimited file from application server to internal table.I used open dataset command andread data set to get the file content in one string,afterthat when I use the SPLIT command its not spliting the columns at '#'.I ...

Labels in this area