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

Resolved! idoc-FIDCMT

hi all,i am using idoctype : fidcmt01 for fi posting . i am in inbound side. this idoc got extended with new custom segment with fields.my question is how to find the user exit for it.ie for writing the logic in the the finction module.fm: idoc_input...

user exit

hi i found 2 user exits for saplv01z.i want to generate batch number which is having 10 char.i need to supress the batch number with exit_saplv01z_001.once i supress how can i store the previous batch no,i think by creating ztable and some select sta...

Resolved! IDoc problem

Hi,In delivery note I used LQCA to triger the message type QCERT(basic type QALITY02). The FM is IDOC_OUTPUT_QALITY02. But after I set breakpoint in this FM, I can not debug when I save LQCA in delivery note with VL02N. How can I debug this FM?Many t...

LSMW

Hi friends, I am new to LSMW. I would like to know the use of inbound and outbound parameters while creating partner numbers. Is it compulsory to give those parameters? What does the Message type there mean? I'll be thankful if u could spa...

sap abap

hi PLSE HELP ME TO WRITE CODE TO GET BATCH NUMBER AS FOLLOWSfrom 0000 to 9999 number should be same,from 10000 to 104599 the number should beas follows FOR RANGE 10000 TO 35999A000,A001, A003 ...A999B000,B001 ...B999.... Z000,Z001 ...Z999FOR RANGE 36...

Resolved! Documentation HELP

Hi Experts,I need some documents and documentation help.i have never worked in SAP implementation projects.So,any body knows the steps and documentation when implementing SAP. Implementation means some of documentation we have to do.I need that model...

problem in pr

Error description: No entries are made in the ZRKILOG for the repeated time for thecompany code 1001.Carry out an extensive test for ABAP, as the operation is massively affected.here the report :ZRKILOG and the table name :ZRKILOGPROGRAM ZRKILOG.DATA...

Resolved! ABAP Certification

Hi All, I am working as an ABAP programmer in a service company in India, and want to have myself sap certified on ABAP [TAW10 TAW12]....but i dont want to take the course , just want to appear for the crtification.I have sent a mail to educ...

Resolved! BDC recording queries

Hi All,If you use transaction SHDB and then click Create (F5) you get a screen with the following options which need good explanation for me.<b>Update Mode</b> – Asynchronous / Synchronous / Local<b>CATT Mode</b> – No CATT / CATT with Indivi… / CAT w...

Resolved! joininig SQL statement

Hi all,I want to join 2 db tables (A, B), and select a minimum column (A~field1) from db table A, what should be the sql statement? Thanks.Select (....) into corresponding fields of itab from ekko as A join ekpo as B on Aebeln = Bebeln where (....). ...

Resolved! Alv

Hi all , On double click on the ALV grid , i want to read that row where clicked, As the internal can be altered by sort or some other function , is it possible to read the same itab passed while calling the diplay method?

Resolved! help on sql

Can anyone help me why this SQL isn't working..PSMNG and WEMNG always have zeros even though the database tables so have valuesStructure of T_ORDERDATA: BEGIN OF T_ORDER OCCURS 0, WERKS LIKE AUFK-WERKS, MATNR LIKE AFPO-MATNR, PSMNG LIK...

Resolved! Creating a Unix File

Hi, I have an internal table i_tab1 which contains both characters and numerics, when i use the following statement, I am getting an error saying T_TEXT and I_TAB1 are not mutually convertible in an Unicode program.data: t_text(1000) type c.data: b...

Search Help Exit

Hi All,I had created a search help and search help exit to filter the values. The problem i am facing is the user input values is truncated by 1 position and then filled by the initial value of that data type. So the search criteria fails. Can any on...

Changes in Area Menu

Hi,When we convert the report tree to area menu using transaction RTTREE_MIGRATION, SAP automatically assigns transaction code to the reports. These t codes have very long name and users want to rename it according to their naming convention. Can som...

Resolved! Selection Screen in 3.0F

Hi Guys,I am trying to activate and deactivate some parameters on selection screen by clicking Radiobutton of selection-screen in SAP 3.0F. I tried USER-COMMAND but it is not allowing me to do in 3.0F version. Please let me know there is any other wa...

How to select these...

Hi Friends,I have a report in which I have to take/select the OUTSERTS, which are stored in STPO-IDNRK. These Outserts will have 'o' or 'op' at the end of the number.For eg: 7304OP or 7304O.And I also have to select the 'Medication Guide Part Numbers...

Resolved! Skip screen in BDC

Hi All,I want to skip screen in BDC while upload data what should I do? Pleas help me in this regard. Do you think if I pass ‘/n’ it’ll work?ERFORM sub_bdc_dynpro USING 'MP002200' '2000'. PERFORM sub_bdc_field USING : 'P0022-BEGDA' temp_...

Labels in this area