on 2008 Jan 07 10:00 AM
Hi forum,
I have created an order. with two line items with reference to another standard order.
The problem is i am not seeing this order entry in VBFA table.
what to do sao that my order entry is shown in VBFA table?
Urgent
Thanks Lovleen
have you checked the order number in VBAK Table..?
if it exist, then look at the VGBEL field in vbak.
is this holds your reference document number..?
Then read this entry and supply values to VBFA Table.
vbfa-vbelv = vbak-vgbel
vbfa-vbeln = vbak-vbeln
Thanks,
Sara
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
NO!!!
Sara,
You do not EVER want to perform direct table updates to SAP supplied tables like this!!!
You must update these tables thru standard SAP supplied objects.
If you have any direct updates in your current system, make it your organization's HIGHEST priority to replace these direct updates!!
SAP Support will not stand behind their product when you are making changes like this... it can break the refertial integrity of the SAP database - thus damaging your company's business.
How did you create the sales order? Thru BAPI?
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
If thru BAPI_SALESORDER_CREATEFROMDAT2,
you must set the following in the internal ITEM table BAPISDITM
BAPISDITM-REF_DOC = Your_Ref_doc.
BAPISDITM-REF_DOC_IT = Your_Referencing_Line_Item_num.
BAPISDITM-REF_DOC_CA = Your_ref_Doc_type.
These need to be included in the BAPISDITM table when the Create BAPI is called... whne included, the VBFA linkages are built.
Hai,
Search by preceding documents:
Here VBFA-VBELV s are Sales Doc numbers
where VBTYP_V = 'C' .
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
User | Count |
---|---|
104 | |
10 | |
8 | |
7 | |
4 | |
4 | |
3 | |
3 | |
3 | |
3 |
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.