Re: How to transport table entrys for a type 'G'
Hi Anurag, This looks a nice approach, but does it work for SAP Standard tables ?
View ArticleRe: you may only read from table..Error
Hi Suhas, I think its coming because you have put it in importing parameters which is used for variables or structures only. Try putting the table it_Char in changing parameters or better in Tables...
View ArticleRe: Drop down according to rows in table control
Hi, See if this helps -http://www.slideshare.net/AnilKumarNeegineni/dynamic-dropdown-listand,http://scn.sap.com/thread/419933 BR.
View ArticleTrigger workflow when a record is created in a database table .
I am try to completed following tutorial in sap technical .com http://****************/Tutorials/Workflow/Table/events.htm. but when i try to insert new entry in to table ZEMPDETAIL saving time it will...
View ArticleRe: you may only read from table..Error
Hi I remember, when we use READ table WITH KEY option, then the it_table should be defined with Key.. So, I would suggest 1. Pass the internal table as table parameter,2. Inside the function, crete...
View ArticleRe: you may only read from table..Error
It is the SORT causing the problem - not the READ.
View ArticleRe: you may only read from table..Error
No it isn't. You can quite happily pass tables in the importing, exporting or changing parameters. In fact, if you try to use TABLES, you'll get a warning about them being obsolete. The problem is...
View ArticleRe: you may only read from table..Error
Hi, Define table type ztest in fm and assign Import value to that and do any operation on that. Regards,Sreenivas.
View ArticleRe: you may only read from table..Error
I agree with Matthew Billingham, you cannot execute any sort/modify statement on an import parameter, so either define it as a changing parameter or copy its data to a local internal table that you...
View ArticleRe: Drop down according to rows in table control
Hi, Trigger PAI when user enter data by FIELD <coloumn1> MODULE <mod> ON REQUEST,get current line using get cursor line,form that get the value of column 1 in that module and using this...
View ArticleRe: Find Packages Per Pallet
Look at MARM. Suppose your base unit of measure is LBs. Packages have Number of LBs. Pallets have number of LBs. Then you just do the math... Neal
View ArticleRe: VA01/VA02 Exit MV45AFZZ Additional data B - Error check
Hi Gurunath, I wrote some logic for checking some values at some VBAK fields. Thanks and regards,Marcela.
View ArticleRe: Creation of Idoc using custom program
Hi,I ran WE19 and there no entry with my Message type ZMBGMCR in table TBDBE and TBDBA. Please advice.
View ArticleRe: VA01/VA02 Exit MV45AFZZ Additional data B - Error check
Hi, Lot of check routines in MV45AFZB.Please write validation write there. Regards,Sreenivas.
View ArticleRe: VA01/VA02 Exit MV45AFZZ Additional data B - Error check
Hi Marce, Try to check the below logic. in PBO. Write the module to set the screen. module set_screen. in this module loop at screen.if sy-tcode = 'VA03'. if screen-group1 = 'Your screen group'....
View ArticleRe: store an object into database table without using persistence class
Hi Yakub, Thanks for your response. using this shared memory concept, The shared memory object now “lives” in SAP memory, and will remain there until the SAP instance goes down. But my objective is to...
View ArticleRe: Performance: The optimal way to change the content of internal table
All you wrote here is really interesting, unfortunately, there is no way to see «real» code, that runs behind of ABAP, and compare the performance…
View ArticleRe: Change Field Bukrs.
Hi Ronaldo, I assume these 4 tables which you are talking are Z tables. I would suggest you go for update statment with a where clause. BR.
View ArticleRe: store an object into database table without using persistence class
Hi Karthik, All good aspects of java are including in sap .I hope this will help...
View ArticleRe: Change Field Bukrs.
Hi Ronaldo, it depends of your database, and if you have several index ... I hope it's only for specific tables Have a look to the transaction SE30 (STAT for new releases) and Tips & Tricks...
View Article