How to transfer the objects? Have you transferred any objects?
Answer Posted / sukhbir
i believe its related to transportation of object from one
server to other..
dev to testing or from testing to prod...
Tcode is s09..
store u'r changes in a transport request ...
After making changes release the task and transprt request
and create a proposal from se09.
Is This Answer Correct ? | 4 Yes | 3 No |
Post New Answer View All Answers
What are field symbols and field groups? Have you used component idx of structure clause with field groups?
How do you differentiate tax for different countries? : sap abap hr
Explain the relationship between a functional area, user group, and query when developing queries using the sap query tool?
What is sap abap data classes?
What are the uses of the information in the data dictionary? : abap data dictionary
What should be declared explicitly in the corresponding abap/4 statements to access internal tables without header lines & why? : abap modularization
Can we define our own match code id's for sap matchcodes? : abap data dictionary
How to eliminate duplicate entries in internal tables?
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.
How do u set up background jobs in SAP? What r the steps? What are the event driven batch jobs?
Did you create any joins?
What is the diff between database view and maintenance view?
What is a database view? : abap data dictionary
Specify the types of data dictionary objects.
Suppose there is check box along with the rows. The requirement is, select the require check boxes and press a used defined button to save all these checked row data to another table. How can you do it?