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.
2296Post New Cybernetix Interview Questions
What is the use of promote/demote options in a table box property?
What are the distinctive sorts of channels in Power BI Reports?
Why do we need json?
main() { struct s1 { char *str; struct s1 *ptr; }; static struct s1 arr[] = { {"Hyderabad",arr+1}, {"Bangalore",arr+2}, {"Delhi",arr} }; struct s1 *p[3]; int i; < BR> for(i=0;i<=2;i++) p[i] = arr[i].ptr; printf("%s ",(*p)->str); printf("%s ",(++*p)->str); printf("%s ",((*p)++)->str); }
What is the hard fork?
Explain about the relational database?
Why is html5 used?
What is defaultview in datatable?
What is hard disk?
Give Any Three Disadvantages of Joint Stock Company?
How we test the bulk of contents in web page using manual testing? Is any open source tool available for that ? Thanks in advance..
What is xml and its benefits?
Is map thread safe c++?
Why sfdc?
Explain spring beans?