Re: Problems Transporting TRFN and DTP
Kenneth,One possible reason for the different packages could be that in essence the datasources in D and Q are different.The datasource you transported wasDS_ECCDEV and this gets converted to DS_ECCQA...
View ArticleRe: How to hide an ABAP program?
Katrice, Have you tried that program yourself? It does not work. It won't even compile because some table names don't exist (at least in my version of SAP). cheersPaul
View ArticleRe: Second catalog dbspace in mutiplex
The only viable solution is to use an IQ table for this. There are other options, but they do make it more complex than it has to be. It would be possible to have this data sitting in an ASE or ASA...
View ArticleRe: Functional location Task lists Header/Operation Mass Upload
Hi soufiane, Develop BDC for your requirement and upload it....
View ArticleRe: SUBRC during mass insertion
Arun & Ramesh, Thanks a lot for your replies. As per all your suggestions, I have replaced insert with MODIFY statement. My code looks as below, Loop at IT_DFKKOP assigning...
View ArticleRe: How to hide an ABAP program?
Hi, Thanks - that's not a bad idea, but of course any programmer can use 'debug' to get around such authorization checks in a development environment.... I'm thinking perhaps we have to create an...
View ArticleRe: BOM creation for multiple FG
Hi, For the co-products you have to set the co-product flag in the material master (MRP2 view) and also need to talk with your CO partner in order to define the way cost are distributed with the...
View ArticleRe: SUBMIT RKPEP003 exporting list to memory and return fails
Hi Daniel Viks, Your Y program in ALV report are you running in background?
View ArticleRe: Rescheduling date in MD04
Dear,In general, MRP results are not stored in MDTB, due to the performance of the system. This is done in OPPQ -> Performance -> Aggregation of MRP List -> Transp. MRP check-box. With this...
View ArticleRe: Multiple Base UOM
Same problem we also faced. Till now there is solution. but there is solution in Industry specific - IS-OIL. searching for the study materials related to IS-OIL - UOM If i get , then i will share with...
View ArticleRe: SQL Show GP's and Price list and if exist the special price with...
Hi Peter Eschweg Try This SELECT T0.[CardCode], T0.[CardName], T3.[ItemCode], T2.[ItemName], T1.[Price], T3.[Price] as Sonderpreis, T3.[Discount]FROM OSPP T3left outer JOIN OCRD T0 ON...
View ArticleRe: Upload problem in bdc due to long text value in excel
Hi Palash Mazumder, Use 'TEXT_CONVERT_XLS_TO_SAP' instead of alsm_excel_to_internal_table. Regards,Ramesh.T
View ArticleRe: SQL Show GP's and Price list and if exist the special price with...
Hi Peter Eschweg Try This SELECT T0.[CardCode], T0.[CardName], T3.[ItemCode], T2.[ItemName], T1.[Price], T3.[Price] as Sonderpreis, T3.[Discount]FROM OSPP T3left outer JOIN OCRD T0 ON...
View ArticleRe: Official SAP Business One Release 9.0 Product eLearning
Hi Alwin Machingauta... Check with the following link you required a valid S user ID to access it.https://websmp110.sap-ag.de/~sapidb/011000358700000944952012EHope Helpful RegardsKennedy
View ArticleRe: SAP Screen Personas : Home page
Please find the .har file attached. Thanks for your time.
View ArticleRe: SAP Screen Personas : Home page
All the requests look as they should. I am missing the request to restgui where you get the screen definition but since you showed a screenshot before, I assume it works but you removed it from the har...
View ArticleRe: Upload problem in bdc due to long text value in excel
There is a limitation of 1024 chars in xls in a column so better chose an alternative approach as suggested by others
View ArticleRe: Auto Accrual of Hiring Date in IT0041 while Hiring
Hi, Go to SM30 and give the table name V_T588Z and give infotype 0000 now click on "New entries" then you insert the logic what i mentioned. No coloum which i mentioned is cutomer specific.. what ever...
View ArticleRe: Missing Right ??
Hi Please see this If this is also given already, please list the rights given under Type Web Intelligence. RegardsSandeep
View ArticleRe: Deriving the last day i.e 31.03 and year by default
This forum is mainly for Landscape Transformation topics, I would suggest to post your query in ABAP group.
View Article