Enabling buttons in Standard tooolbar
Hello gurus My requirement isi have to enable the standard toolbar buttons(Back,Save,Exit,..). When my basic list is being displayed, standard toolbar buttons are enabled, but when i click on...
View ArticleHow to validate string ending with only .xls or .xlsx.
Hello gurus,I'm using FM F4_FILENAME, but I need filter for excel only, I want validate string like this:P_FileName = 'C:\Documents and Settings\lfranco\Mis documentos\Mis imágenes\INDICADORES...
View ArticleLink attachment(Contract) with SAP R/3 and IXOS
I have an scenario, whenever a contract gets created and the same data will be sent by xml format to Deliveryware system. And Deliveryware will create PDF against XML. And we have job which will pick...
View ArticleTransaction XK02->Environment-Classification. To fetch the data changed here
Hi All, I have a requirement where in I need to display the changes made to a vendor in the classifications under the environment tab, into a custom program created for showing enhancements.The changes...
View ArticleRe: How to make storage location field mandatory in me21n using sap abap
/h Hi Experts i want to make storage location field mandatory in me21n using enhancements. can anybody help me. its urgent With Best RegardsNagaraj /h
View ArticlePrinting date in the cheque date box column
Hello all,I want to print the date in the cheque box column automatically.I used sy-datum.but its not coming in the proper field of day,month and year.can anyone please help me to do it . Thank in...
View ArticleProblem in Enabling the Standard toolbar of Secondary list
Hello gurus My requirement isi have to enable the standard toolbar buttons(Back,Save,Exit,..). When my basic list is being displayed, standard toolbar buttons are enabled, but when i click on...
View ArticleRe: How make delivery group field mandatory in va02 in shipping tab in sap abap
/h Hi experts i want to make delivery group field mandatory in va02 in shipping tab using enhancements. can anybody help me its urgent. With Best RegardsNagaraj /h
View ArticleUnable to exit on change , at new of new field
Hi Techies , i have a requirement where need to collect all my latest dates's records and place in another table. types :begin of ty_tab ,costobject type char20,gctbill type char7end of ty_tab. data :...
View ArticleCreating Invoice with ref to po only
Dear ABAPERSI Am sd consultant i have one requirement .. That i need to create invoice with reference To PO Not with S.O in 3rd party processOnly PO please tell me how to achieve this
View ArticleDelete Internal table in same loop- Can we do this?
LOOP AT ITAB INTO WA_ITAB. read table itab2 into wa_itab2. if sy-subrc is initial. *I want to delete entries from ITAB.* DELETE ITAB FROM WA_ITAB. MODIFY ITAB. endif. ENDLOOP. I am getting a dump if i...
View ArticleBDC or LSMW for MR21
Hi, Can anyone help me in creating a BDC for MR21: Create a batch input recording and generate a program that can be modified. A transaction code should be created to run the program, and users must...
View ArticleSAP Netviewer download?
Hi,is there a download for SAP Netviewer, last time i download a SAP NetWeaver 7.02 ABAP Trial Version, and now i can't find it to download?Is it available for download, or i miss something? Thanks for...
View ArticleChanging a Table Field Data Element Without Changing the Data Type or Length
Hello,I have to change a Dictionary Table Field so that it uses another Data Element ... but the new Data Element will be have the same Data Type and the same length (for example from a CHAR 4 to a...
View ArticleDownload internal table to XSLX on SAP application server
I was struggling with this feature for a longtime and finally found some solution and so thought of listing it: Here is what I did to download an internal table to xslx format (works for xls aso) : I...
View ArticleHow to get the Grand Total in Module pool Screen
Hi Frds. How to get the Grand Total in Module pool Screen Example i have 10 different materials for each matarial has different moving . But in my case matarials is doesnt matter here 10...
View ArticleHow to see all GL A/c List & Chart of Accounts list
Pls tell me, How to see all created GL A/c List & Chart of Accounts list
View ArticleA list of Javascript interesting features compared with ABAP
1. An object could consume a function which it does not own2. Anonymous object3. Overwrite builder-in code4. Constructor redefinition5. Comma and colon6. Dynamically change inheritance relationship in...
View ArticleWhy class builder allows to develop abstract final class ? What is the use of...
I am new to ABAP. I tried creating abstract class and found that class builder allows development of abstract final class. What is the use of such class in ABAP?
View ArticlePosting FI Document via bapi_acc_dosument_post but it does not clears the...
Hi, I am trying to post the FI document using bapi_acc_document_post.Posting is happening successfully but clearing is not happening.I do not want to try bdc processing.Please suggest any alternate for...
View Article