Application Development Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 

Creating BDC for Subscreens

Former Member
0 Kudos

Hi,

I am trying to Record the Transaction VT02N but since it contains subscreens, I am unable to post data.Can somebody let me know the code for handling the Subscreens in BDC Call Transaction Method?Reward Points assured.

Thanks,

Venkat.

1 ACCEPTED SOLUTION

aakash_neelaperumal2
Active Participant
0 Kudos

all the transaction ending with N are enjoy transaction, I dont think BDC works on that. check with VT02 instead of VT02N. hope it should help.

8 REPLIES 8

aakash_neelaperumal2
Active Participant
0 Kudos

all the transaction ending with N are enjoy transaction, I dont think BDC works on that. check with VT02 instead of VT02N. hope it should help.

0 Kudos

Hi Aakash,

Thanks for the reply. But I cannot access VT02 Transaction because I need to update the Tender Status which is not available in the older Transaction. So, please let me know if you could the process to handle the updates in VT02N while switching across various tabs.

Thanks,

Venkat.

0 Kudos

VT02N is a Enjoy SAP transaction which is not supported for Batch input. To achieve this you need to use fm or BAPI.

Check if you can use any BAPIs for the same.

Try if any of these work.

Trz with these fms.

V50I Delivery BAPIs

BAPI_INB_DELIVERY_CONFIRM_DEC BAPI for inbound delivery verification from a decentralized system

BAPI_INB_DELIVERY_SAVEREPLICA BAPI Function Module for Replication of Inbound Deliveries

BAPI_OUTB_DELIVERY_CONFIRM_DEC BAPI for Outbound Delivery Verification from a Decentralized System

BAPI_OUTB_DELIVERY_SAVEREPLICA BAPI Function Module for Replication of Outbound Deliveries

BAPI_OUTB_DELIVERY_SPLIT_DEC BAPI for Subsequent Outbound-Delivery Split from a Decentralized Syste

ashish

aakash_neelaperumal2
Active Participant
0 Kudos

I guess you can go for LSMW BDC recording might be cumbersome for this transaction. check for LSMW direct input methods.

Former Member
0 Kudos

What values you are trying to update?

Check for other methods like FMs, BAPI, Idoc for that pupose first, then go for BDC

0 Kudos

Hi,

Let me explain you clearly what my requirement is. I am receiving an Inbound IDoc which contains the Shipment Number, Tender Status, Tender Expiry Date, Special processing Indicator as well as the Forwarding Agent Number. Now, I need to update the Shipment based on the Tender Status (VTTK-TNDRST). For that I used an FM SD_SHIPMENT_PROCESS. However, since I am encountering issues with dat, I've decided to go for BDC. Hope I am clear with this. Let me know your conclusions.

Thanks,

Venkat.

ferry_lianto
Active Contributor
0 Kudos

Hi,

You may want to try this BAPI or FM instead of BDC.

BAPI_SHIPMENT_CHANGE

SD_SHIPMENTS_SAVE

Regards,

Ferry Lianto

0 Kudos

Hi,

Let me explain you clearly what my requirement is. I am receiving an Inbound IDoc which contains the Shipment Number, Tender Status, Tender Expiry Date, Special processing Indicator as well as the Forwarding Agent Number. Now, I need to update the Shipment based on the Tender Status (VTTK-TNDRST). For that I used an FM SD_SHIPMENT_PROCESS. However, since I am encountering issues with dat, I've decided to go for BDC. Hope I am clear with this. Let me know your conclusions.

Thanks,

Venkat.