Consignment Inventory Valuation at Specific Point in Time
For the record I was able to solve this problem using SAP Function Module ckms_period_read_with_itab for both plant and consignment inventory.
View Answer
| January 31, 2005 11:22 AM
R/3, SAP
For the record I was able to solve this problem using SAP Function Module ckms_period_read_with_itab for both plant and consignment inventory.
How to change RFQ Language in SAP?
hi, you can choose the language when you create a RFQ in ME41 but after in ME42 or ME47 it’s not possible regards
View Answer
| January 26, 2005 4:32 AM
R/3, SAP
hi, you can choose the language when you create a RFQ in ME41 but after in ME42 or ME47 it’s not possible regards
Using ABAP to link documents in R/3
I can’t remember exactly the solution, but I’ll try to give you some directions to investigate… I think that the documents can be created in background using BDS* FM. I think the documents generated are stored under Office->Business documents->documents->Find Some years ago, I had to explain an Archivelink example and there I saw a demo [...]
View Answer
| January 20, 2005 3:52 AM
ABAP, R/3, SAP
I can’t remember exactly the solution, but I’ll try to give you some directions to investigate… I think that the documents can be created in background using BDS* FM. I think the documents generated are stored under Office->Business documents->documents->Find Some years ago, I had to explain an Archivelink example and there I saw a demo [...]
Download to excel file in background task
Somebody correct me if I’m wrong, but as far as I know, you cannot download to a file on your PC regardless of the function module when running in background. That’s because the background job runs only on your application server without an active connection to your PC, hence no way to download to the [...]
View Answer
| January 18, 2005 4:11 AM
ABAP, SAP
Somebody correct me if I’m wrong, but as far as I know, you cannot download to a file on your PC regardless of the function module when running in background. That’s because the background job runs only on your application server without an active connection to your PC, hence no way to download to the [...]
Table where the material master, sales text view, sales text is stored?
this is SAPscript text and could be accessed through function READ_TEXT for instance. This function has 3 important parameters: ID which is 0001 usually OBJECT = MVKE in this case NAME = Material number (18 characters) concatenated with Sales organisation concatenated with Distribution channel.
View Answer
| January 14, 2005 9:47 AM
Basis
this is SAPscript text and could be accessed through function READ_TEXT for instance. This function has 3 important parameters: ID which is 0001 usually OBJECT = MVKE in this case NAME = Material number (18 characters) concatenated with Sales organisation concatenated with Distribution channel.
Locking SAP layouts, keeping people from seeing colunms in SAP ABAP programs
Hi: My first thought is to create a conversion exit for output and update the data dictionary. You could base the output of SS# on an authorization. If the user has the authorization pass the value, otherwise pass a constant such as ###-##-####. I think this would then affect all on-line displays and reports. Please [...]
View Answer
| December 14, 2004 7:32 PM
mySAP Human Resources, SAP
Hi: My first thought is to create a conversion exit for output and update the data dictionary. You could base the output of SS# on an authorization. If the user has the authorization pass the value, otherwise pass a constant such as ###-##-####. I think this would then affect all on-line displays and reports. Please [...]
SAP R/3 46C sales order Available to promise.
You have only one way to do what you need. The rescheduling program (SDV03V02) behind the V_V2 TCode has been programmed by SAP in a modular way. The first step retreives the sales/purchase orders and sorts them, the second one do the real job. So you cano copy the standard program in a custom one, [...]
View Answer
| December 8, 2004 3:20 PM
R/3, SAP
You have only one way to do what you need. The rescheduling program (SDV03V02) behind the V_V2 TCode has been programmed by SAP in a modular way. The first step retreives the sales/purchase orders and sorts them, the second one do the real job. So you cano copy the standard program in a custom one, [...]
Monitor Internet Bandwidth
Use the ISA server built-in report utility, where you can define different reports to be run on f.ex. daily and/or monthly basis. ISA server will supply you with a number of reports including the one that you want. Tip: Run the report generator under a separate service account and not with your own user account, [...]
View Answer
| November 29, 2004 2:49 AM
Active Directory, Administration, Application management, Auditing, Availability, Backup, Backup & recovery, Bandwidth, Benchmarking, Bind, BroadVision, Business Objects, Call Centers, Clarify Inc., CLB, Client management, Clustering/High availability, Component Load Balancing, Content filtering, Corporate portal applications, Customer relationship management applications, Data analysis, Data center operations, Data mining/analysis, Data warehousing/Business intelligence, Database Management Systems, DataCenter, Datacenter Server, DB2 administration, Desktop security, Desktops, DHCP, Distributed File System, DNS, E-business, E-mail applications, ERP, Exchange, Exchange 2000, Exchange 2003, Exchange 5.5, Exchange Server ActiveSync, FAT and NTFS, Fault isolation, Firewalls, General Directories, Graphical User Interfaces, Handheld, Hardware, Help Desk, Information risk management, Integration/Connectivity, Intel servers, IT architecture, Knowledge management applications, Licensing, Lotus Domino, Mail protocols, Maintenance, Major Vendors, Microsoft Internet Information Server, Microsoft Windows, Monitoring, Netscape Mail, Network applications management, Network management software, Network monitoring, Network requirements, Network testing, Networking, Networking Equipment, Networking services, Office Applications, Operating system platforms, Operating systems, Outlook, PC/Windows Connectivity, Performance management, Performance/Tuning, Planning, Policies, POP3, Protocol analysis, Remote management, Reporting, ROI & cost justification, Routers, S/MIME, Security, Security management, Security products, Sendmail, Server consolidation, Server management, Server-based/Thin-client computing, Servers, Services, Software, Software distribution, Software Quality Assurance, Spam, Storage, System monitoring, System utilities, Tech support, Technical support, Third-party services, Vendor support, Virus protection, Web services, Windows, Windows 2000 desktop, Windows 2000 Server, Windows client administration and maintenance, Windows on Intel, Windows Server 2003
Use the ISA server built-in report utility, where you can define different reports to be run on f.ex. daily and/or monthly basis. ISA server will supply you with a number of reports including the one that you want. Tip: Run the report generator under a separate service account and not with your own user account, [...]
SAP R/3 Installation
hi, first of all, please write the next time, what you install (SAP R/3 4.6C, BW ,….) on what maschine under which Database. This Inst Step tryies to initiat the workbench for transports. This is done be a RFC Call to client 000 with standart password 19920706 for user DDIC, if you had change the [...]
View Answer
| November 15, 2004 9:06 AM
R/3, SAP
hi, first of all, please write the next time, what you install (SAP R/3 4.6C, BW ,….) on what maschine under which Database. This Inst Step tryies to initiat the workbench for transports. This is done be a RFC Call to client 000 with standart password 19920706 for user DDIC, if you had change the [...]
SAP Enterprise (SAP 4.7) – Web AS
SAP 4.7 is a WAS. Therefore it is included. Hope this help.
View Answer
| November 9, 2004 2:57 PM
SAP
SAP 4.7 is a WAS. Therefore it is included. Hope this help.
CATT in sap 4.0 B
I’m not sure of 4.0B but I have a procedure that works in 4.6. You are welcome to try it. 1. Using CATT procedures to upload data into SAP (from version 4.5 onwards) Have you ever been frustrated because you need to load big chunks of master or transaction data into SAP and it will [...]
View Answer
| November 8, 2004 1:14 AM
R/3, SAP
I’m not sure of 4.0B but I have a procedure that works in 4.6. You are welcome to try it. 1. Using CATT procedures to upload data into SAP (from version 4.5 onwards) Have you ever been frustrated because you need to load big chunks of master or transaction data into SAP and it will [...]
SAP to SQL transfer.
H1, I don’t have much knowlede on SAP. I request you to ask someone who has much knowlede on SAP. Thanks
View Answer
| November 8, 2004 12:21 AM
SAP, Tech support
H1, I don’t have much knowlede on SAP. I request you to ask someone who has much knowlede on SAP. Thanks
Security Banner at SAP Login
What operationg system are you using and what network operationg system are you using? Without knowing the details there in one way to do this (kind of old fashion)but…create a batch file to run everytime the user logs in and put it in the startup folder under documents and settings. Have is say what you [...]
View Answer
| November 5, 2004 1:47 PM
SAP, Security management, Tech support
What operationg system are you using and what network operationg system are you using? Without knowing the details there in one way to do this (kind of old fashion)but…create a batch file to run everytime the user logs in and put it in the startup folder under documents and settings. Have is say what you [...]
test message
test message
View Answer
| November 3, 2004 10:59 AM
Distribution/logistics applications, Signature updating/Management
test message
Create a small SAP QAS from a large SAP PRD
Our QAS region replicated the production domain’s address book and a corporate information & forms database. We set it up so that Production could update QAS but any changes in QAS were not replicated back up to production. This allowed us to have a QA version of the production data. This mught be an option [...]
View Answer
| October 10, 2004 2:01 PM
IT architecture, SAP, Storage, System utilities
Our QAS region replicated the production domain’s address book and a corporate information & forms database. We set it up so that Production could update QAS but any changes in QAS were not replicated back up to production. This allowed us to have a QA version of the production data. This mught be an option [...]
SAP Internet Transaction Server
For comprehensive documentation on ITS (or just about any other SAP component) go to service.sap.com (using your OSS ID) Search for ‘Install Guides’. Follow this menu path to get to the ITS Install Guide: Installation & Upgrade Guides/SAP Components/SAP Frontend Components (ITS/GUI)/SAP Internet Transaction Server/ – then select your version. FYI- this technology is old, [...]
View Answer
| October 8, 2004 9:28 AM
SAP
For comprehensive documentation on ITS (or just about any other SAP component) go to service.sap.com (using your OSS ID) Search for ‘Install Guides’. Follow this menu path to get to the ITS Install Guide: Installation & Upgrade Guides/SAP Components/SAP Frontend Components (ITS/GUI)/SAP Internet Transaction Server/ – then select your version. FYI- this technology is old, [...]
Quicksizer – How to convert SAPS
You can try to find some HW infos on the site http://service.sap.com/benchmarks, but the best way is to contact your HW vendor to ask him the server model matching your needs.
View Answer
| October 6, 2004 3:25 AM
SAP
You can try to find some HW infos on the site http://service.sap.com/benchmarks, but the best way is to contact your HW vendor to ask him the server model matching your needs.
SAP Basis – Master data load
First I wonder why there should be a “downtime” at all? Normally loading data does not require to be executed in any kind of standalone mode. Second, the time for loading the data depends on the method choosen to load the data. When inserting the records directly into the database tables with open sql will [...]
View Answer
| October 5, 2004 4:16 AM
SAP
First I wonder why there should be a “downtime” at all? Normally loading data does not require to be executed in any kind of standalone mode. Second, the time for loading the data depends on the method choosen to load the data. When inserting the records directly into the database tables with open sql will [...]
database server needs to be reloaded with software but database is intact
By “intact” do you mean a good backup? If so, then just restore it.
View Answer
| September 21, 2004 10:20 AM
R/3, SQL Server
By “intact” do you mean a good backup? If so, then just restore it.
SAP40B;SD;Invoice Cancellation
Dear sddude, There is no outright way to assign a reason code for invoice cancellation. But should you require it imperatively, you may capture the information in the following places within the cancelled invoice document while creating the cancel document and before saving it: 1. Item details –> Sales order data –> “Use” You need [...]
View Answer
| August 23, 2004 3:29 AM
R/3
Dear sddude, There is no outright way to assign a reason code for invoice cancellation. But should you require it imperatively, you may capture the information in the following places within the cancelled invoice document while creating the cancel document and before saving it: 1. Item details –> Sales order data –> “Use” You need [...]





