how can service sitting be setted for MCCB?Example for sittings IR (CURRENT RATING),IS(CURRENT STARTING)IO (current operating)?
1950Post New SISL Interview Questions
Explain the basic functions we generally used in wordpress? Why?
What is beanfactory and applicationcontext in spring?
What are the common implementations of the application context ?
What is skeleton and stub? What is the purpose of those?
Can Any body tell me how to check Modbus Settings in ER300N L&T trivector meter?
List the different network protocols that are supported by windows rras services?
What does the @timed annotation do?
What is apache tomcat in linux?
what is the default port for mysql server? : Mysql dba
What are the differences between @component and @directive?
what is daas in cloud computing architecture?
What is the difference between == and ===? Which one would you use?
How can we submit form without a submit button?
why can't we call a static method from a non-static method
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.