What is the use of slin tcode? Explian why we go for slin?
What are tickets in SAP sd? What are the most frequent tickets we get after post implementation?
There are issues come in almost all industries same. In pharma, for example for some products VAT will be different. example Scrap Materials (it should be 14.5%) . While creating Sales Order for a scr...
There is no stock in your storage location which u r given in order....
go to mb1c and post stock to that storage location....
Than pgi should possible.
If any mistake in my answer correct me
Thanks regards
Mahesh
When stock creating in MB1C I got error 799999 a/c number does not exist in your company code
End user uses the product after fully implemented or after Go live. Then the problem whatever come across during the End user utilization of the product, they reach the supporting team as tickets...
What are the most common/important tickets /issues in SAP FICO module? Please list the same
sap fi/co ..tickets are 4 types divided into priority basis 1.critical 2.high 3.medium 4.low ,,basically tickets are generated by clients ,,consultants are reply with critical tickets 2 to 4 hrs ,high ticket reply to 1 business day ,,medium and low tickets 2 -3 days 2 - 5 business days .
1.New Tax codes Creation 2.Sales billing document is not released to account 3.Balancing profit center filed required in line items 4.Needs attach GL accounts to Financial statements Tree. 5.Idoc no...
What is process code in ale idocu?
BD84 is the process code for ALE-IDOC
What is the difference between .Att and .Pat files
its not revealed by sap
What is the use of table maintenance and maintenace view?
Table maintenance is generally used when creating maintenance view.To update the table u need to activate the table maintenance generator so that in the maintenance view one can maintain the table.
To view the data and to retrieve it quickly.
How to transport an object in ABAP?
by using se09 code we can transport objects
By using SE09 t.code.
How to do.....
go to se09 t.code,
select your request number ,
first you release your sub request number,
afetr you release main request number.
In ABAP, by using select-options keywords how to make it work like a parameter keyword?
we can make it by the following syntax
SELECT-OPTIONS : <> FOR <> NO-EXTENSION NO INTERVALS.
we can make select-option to parameter by this Syntax.
SELECT-OPTIONS :
Best Regards,
Radhakrishna.Ette
Classical and interactive reports
State the difference between classical report and interactive report
Classical Report : It is nothing but getting data from one or more tables and displays it on LPS formatted or unformatted. It is having only one screens for the output. It has not any sub list. Events...
Classical report: classical report its a single page report.Having only one pageInteractive report: To navigate the primary list to the secondary list ie giving detailed information from the basic lis...
go to tcode : NACE
select NEU in output types tab
and change into display mode
change the print output MEDRUCK INTO ZMEDRUCK
then go to tcode ME9F and execute
After modifying your code
type tcode : NACE in command line
select NEU in output types tab
and change into display mode
change the print output MEDRUCK INTO ZMEDRUCK
then save and back
then type tcode ME9F
you will get the output as your wish.
Regards,
Nitla.
In ABAP what is the difference between select single and select upto one row? Explain
Select single * from table It fetches single record from the database, based on the condition you specified in the where clause. The 'SELECT SINGLE' statement selects the first row in the database ...
select single:
It fetches single record from the database, based on the condition you specified in the where clause
select upto:
Fetches first record if the condition specified in the where clause is satisfied, otherwise it doesn't fetch any record.
Workbench request and customizing request
What is the difference between workbench request and customizing request?
Workbench Request: workbench request is an abap request.exp: If you creating table or reports,or script etc we can store under the workbench request.Customizing Request: Customizing Request is a ...
The Transport Organiser maintains Change Requests.These requests record the changes made to the repository and customizing objects.Based on teh objects changed they are 1)WorkBench Request ...
What is implementation,installation,roll in ,roll out,paging file?
When users request for connection to the sap server, all the requests are put in a queue by the dispatcher. When the dispatcher finds a free work process, the user request is assigned to that work...
Hai every one, I am Phani Kumar for your querries.(kumar66766@rediffmail.com)I am very spefic in my answers which totally depends on the strength of the question.Implementation: In SAP, Implementation...
Go to mmpv and change or
go to se16 and exsicute and select table marv and swich to classic deduger and edit
after that go to omsy and give date
To close the period goto transaction
/n mmpv
Maintain repaired items in SAP
How to maintain repaired items in SAP? Give example.
What is meant by transfer_record in lsmw and what are the events in lsmw with explanation.
The current record (that is, the record for the current target structure) is transferred to the output buffer. See more in sap help manual: http://help.sap.com/saphelp_nw04/helpdata/en/3b/5b511d...
SAP mm module output determination
What are the steps in out put determination for SAP mm module? How to create and maintain output determination process
The steps are as follows: Output of Purchase Order 1. Condition Table SPRO --> Material Management--> Purchasing -> Message -> Output Control->Condition Tables->Define Condition Tabl...
6. When do we run SGEN and what does it do...
We run SGEN after certain events like after first time system completes, Patch Updation,
database restore or after Client Refresh. In the sense we need to use load generater after any type of system upgrade.
5. what is Dynpro? A sap dynpro is nothing but a SAP screen that provides a forum for the user to interact with the SAP database. The dynpro forms the heart of any transaction, and in ...
What are the differences between the tractions sm04 and al08?
T-code SM04 is used to display a user overview for one dispatcher.
T-code AL08 is used to display users in entire system.
If you have more than one application server, use AL08 instead of SM04.orIt is because they are at the logon screen which has established a connection.You will notice that the transaction code shown w...
SLIN - extended program check performs a complete check that includes the interfaces of external procedures called from your program.