how to maintain the quantity field in bdc
Answers were Sorted based on User's Feedback
Answer / prasanthi buddepu
FVAL is the quantity field of an internal has a structure of
BDCDATA.
It is reference field to bdc_field subroutine.
fnam and fval are its reference fields.
Is This Answer Correct ? | 1 Yes | 1 No |
Answer / rajender reddy
First we have pass the data into inetrnal data. The data
type of passing field should be Quan( DZMENG). Once the data
has been collected into inetrnal then we can pass Data to
DBCDATA structure using fnam and field value.
Is This Answer Correct ? | 1 Yes | 4 No |
How to pass data from list to report?
Explain what are standard layouts sets in the sap script?
What functions does a data dictionary perform? : abap data dictionary
How would you debug custom programs at runtime?
How to deactivate the sort button from the alv output
What is the use of dequeue function module? : sap abap data dictionary
How do you execute the payroll
While sorting field groups we cannot use more than one key field. State true or false. : abap modularization
– 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
could you tell me the difference between an INTERFACE AND CONVERSION?
I need the coding for BDC program to upload Purchase orders of known vendor (ME21) in Material Management
Does the external program run in the same sap luw as the caller, or in a separate one?