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 ArticleRe: Unable to add a custom tab in MM01/02/03
Hi Rajesh, No I did not transport. Regards,Kawish
View ArticleRe: 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 ArticleRe: 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 ArticleRe: 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 ArticleRe: 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 ArticleRe: 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 ArticleRe: 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 ArticleRe: Table Control Scrolling issue in Module Pool
Hi, Use SET CURSOR or REFRESH CONTROL statement . Regards:Soumendra
View ArticleTable 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 ArticleRe: 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 ArticleRe: 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 Articlepurchase 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 ArticleRe: Problem with moving index to QA.
Please show your appreciation also by explaining how exactly your basis team has fixed it. Thomas
View ArticleRe: Junk Characters in file
Hello, try:- add byte order mark with WRITE_BOM = 'X'- experiment with codepage (empty, 4102, 4103)
View ArticleRe: 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 ArticleHow 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 ArticleRe: 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 ArticleRe: 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