you left the previouscompany as we arw offering a better carrier,by suppose tomarrow morning if recieve offer where you can expect great carrier and growth,wht would be your choice?
2593Post New Barclays Interview Questions
What is rtti in c++?
Explain why does sidebands vl come in case of analog modulation?
What is a 'block' in HDFS?
Can I disable windows host process rundll32?
Order the following from the largest taxonomic group to the smallest group: order, genus, kingdom, class, family, species?
How can u find a file which is logged in last week?
What are the books for SAP CRM?
How do you check for processes started by user ‘pat’?
What is Risk Assessment?
Does a specific recovery model need to be used for a replicated database? : sql server replication
Is arraylist ordered?
Tell me what are different methods to copy an object in python?
How display code or Text of Stored Procedure using Sql query in Sql Server ?
In lsmw which is most important step?
I am trying to automate a manual processing of iDOCs in BD87. I used the following code to pass idoc-id to global variable 'DCN' and then skip the first screen of BD87 to go to processing directly. After running this code SET PARAMETER ID 'DCN' FIELD itabhdr-idoc_id. CALL TRANSACTION 'BD87' AND SKIP FIRST SCREEN. it takes me to the first screen because it cannot recognize my idoc-id. How I can pass idoc-id to global? I have used the above code to goto VA02 with VBELN and it worked perfectly.