how will u interact with client if neccessary?
Answer Posted / deepika
It depends from client to client, some will have mail communication, webex organised with screen sharing, or only though telephone.
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
What is the difference between open_form and close_form?
What are the names of the function modules that will be generated upon activation of a lock object?
Explain about interactive report?
What is erp? : sap abap hr
How many primary keys can be created for a table?
What are the relational operations that can be performed on view in sap? : abap data dictionary
Is the basic list deleted when the new list is created?
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.
hi,how to diable the popup window which is displayed afetr executing the SAP script program?
when do you need to create an internal table with header line ? and with out a header line?
While sorting field groups we cannot use more than one key field. State true or false. : abap modularization
What is the reserve command?
Events that can be used in both the classical and interactive reports
B -Credit Note report Selection Screen Ranges: Creation date Sales Org Sold to Party Selection condition: Document Category – VBTYP should be ‘O’ Table to be used: VBRK, VBRP,VBPA,ADRC List the CR order types or credit billing type by customer number (or selected customer) and displays the: - Billing Document date (FKDAT) - Customer number (KUNRG) - Name of the reseller (on top of the SAP No) (NAME1) - Billing document number,(VBELN) - order reason (AUGRU_AUFT) - Amount (NETWR) - Currency (WAERK) Group Currency wise, billing type wise sum of Net value. When user double click on field ‘Billing Document #’ , display the document in VF03 Do this using OO ABAP.
What is an abap dictionary? : abap data dictionary