Quantcast
Channel: SCN: Message List - ABAP Development
Browsing all 10425 articles
Browse latest View live

Re: Data not displaying in ALV

Hi Yash, Check Column numbering given properly or not. Check in the debug mode that all the columns appended to field catalog table.  Regards,Rajesh

View Article


Re: Unable to add a custom tab in MM01/02/03

Hi Rajesh, No I did not transport. Regards,Kawish

View Article


Re: enhancment pa30 infotype 0021

Hiyes the field is added to the flow logic of screen.. ""PROCESS AFTER INPUT.*   This chain has to include all input-fields:   CHAIN.     FIELD P0021-ZZ_MEDI_NO.     FIELD P0021-ZZ_MEDI_YES.     MODULE...

View Article

Re: Lock Object in Module Pool

Hi,This is the code of DEMO_TRANSACTION_ENQUEUE here: I do not see "CALL TRANSACTION 'TCODE NAME'  AND SKIP FIRST SCREEN."Regards.  REPORT  demo_transaction_enqueue MESSAGE-ID sabapdocu.TABLES...

View Article

Re: updating values in mara table through bapi

Hi Prasanna, Thankyou very much for replying ,,,I want to ask u Is it the whole program for updation?And i am not getting what is "ls_material" is here , i have to insert the values of the three fields...

View Article


Re: Data not displaying in ALV

Hi rajesh,I checked it.. I am getting the column name in fcat.. But it is not displaying that particular field.

View Article

Image may be NSFW.
Clik here to view.

Re: Simple transformation formatting

Thanks Jerry !! I think that will work for me, I will test it later, but this looks like the solution I searched for   I have not tested it yet, but I think, it will only work for the output of the XML...

View Article

Re: Download an ABAP list to an excel sheet

Hello Aditya, Refer the bellow links, Export ABAP List to Excel and send it as email attachment...

View Article


Re: Table Control Scrolling issue in Module Pool

Hi,     Use SET CURSOR  or REFRESH CONTROL statement . Regards:Soumendra

View Article


Table data overwritten with the method MAINTAIN of the class CMD_EI_API

Hi together, using the method CMD_EI_API=>MAINTAIN I have lost many customer data in several tables (in total 11300 customers). The idea was to insert and update the table KNVP. But the side efect...

View Article

Re: Junk Characters in file

Dump  ASSIGN_TYPE_ILLEGAL_CAST in program  SAPLSFES

View Article

Image may be NSFW.
Clik here to view.

Re: Download an ABAP list to an excel sheet

Hi Adithya, If you are using alv list display , the function to save your report to excel sheet is also available there.plz check.    Regards Ashwin kv

View Article

Re: How to find CDHDR & CDPOS entries for WBS elements?

Object ANLA is relative to Asset, for WBS I would have used PROJ, wouldn't you (look with SCDO or browse table TCDOB for TABNAME = 'PRPS')Execute transaction SCDO and look at object PO (display mode)...

View Article


purchase requsition enhancement problem

when i am execute me51n that timeno value is fetched in lv_bwtty and lv_bwtar from mbew.DATA: lw_req_item   TYPE mereq_item,         lv_bwtar TYPE bwtar_d,      " valuation type         lv_bwtty TYPE...

View Article

Re: Problem with moving index to QA.

Please show your appreciation also by explaining how exactly your basis team has fixed it. Thomas

View Article


Re: Junk Characters in file

Hello, try:- add byte order mark with WRITE_BOM = 'X'- experiment with codepage (empty, 4102, 4103)

View Article

Re: Junk Characters in file

Hi Paavan, Can you please try comment out the "code page" parameter.Also can you please tell for which characters we are getting Junk values?If they are some Chineese / Japaneese, We need to change...

View Article


How to use BAPI in webdynapro through which standard transaction is calling

Hi All,  I'm facing problem in web dynapro application. When i use BAPI in event on action which in turn calls the standard SAP transaction .System gives me error "Error when processing your...

View Article

Re: Table Maintenance Event Creation - Authorization Error

Hi Ganesh, As Gavino said, it is completely an authorization issue. Make sure the authorization Group , Function group(active) and screen number correct. Note : Function group should be active in any...

View Article

Re: Count of records when using modify statement

Hi Glen , Sorry for that , old record and changed record , I have an internal table and with the following records , field1 field2 field3 field41        3       3       34  - new record to db table3...

View Article
Browsing all 10425 articles
Browse latest View live