how can u write in single program call transaction and session method logic? if u write logic in call transaction ,is there any errors ? how can u see in session ?
2 12399I 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.
1 13705plz listen carefully sir,in alv reports how i insert logo into alv grid(if it is tcode 'oaer' )?tell me procedure, in the same report how insert background logo tell me the procedure please?
TCS,
6 15964I need the coding for BDC program to upload Purchase orders of known vendor (ME21) in Material Management
CSC,
2243
How can an internal table with header line and one without header line be distinguished when passed to a subroutine? : abap modularization
What is the use of table control in bdc is it same in module pool table control? : abap bdc
What are the different types of sapscript symbols?
What is an update task? : abap modularization
How many ways can a sap system be accessed?
What are the differences between primary and secondary indexes?
Of the two call transaction and session method, which is faster?
– Programming using BAPI : Create Debit Memo Request (DMR) with reference to Sales Order and update the delivery number and PO number in the newly created DMR. Send the spool of the report by E-mail if the E-mail option is enabled. Selection Screen Required: Sales Org Delivery type Sales document type Optional: Planned Goods movement date Option to choose E-Mail E-mail Address Output device Output Output should display both successful and unsuccessful creation of DMR with the following fields, Success/Error (S/E) Sales Document number Delivery number New Debit memo request number Error message Tables TVAK, TVCPA, VBAK, LIKP, LIPS
How to determine the attributes of an internal table?
What is constructor expression in nw abap 7.4?
What are the various types of selection screen event?
Which table stores the programs created?
Filter badi and multiple used badi? Will the sequence matter of the badi implementation in case of multiple used badi?
Can a transparent table exist in the data dictionary but not in the database physically?
What are the different types joins?