how to debug a popup window?

Answer Posted / arjun manglekar

Leena is correct.

Is This Answer Correct ?    9 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

How many types of views are there? : abap data dictionary

549


How is conversion of data types done between abap/4 & external level? : abap data dictionary

647


When was the sap abap being created?

638


Program for Prime numbers and Matrix plz explain me the procedural method with steps

2243


Where are you used type casting?

898






What is an on”*-input filed” statement?

596


how to see the table output?

1729


What are the types of subroutines?

606


Which transaction code can I use to analyze the performance of abap program?

549


How you attach search help to data element? : sap abap data dictionary

644


What should be declared explicitly in the corresponding abap/4 statements to access internal tables without header lines & why? : abap modularization

604


How to debug rfc function module?

682


What is the difference between scrolling a table horizontally and vertically?

565


What is the bitwise operator in the sap abap?

575


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.

1753